Что нового

как быть?

  • Автор темы Автор темы virus191288
  • Дата начала Дата начала
V

virus191288

Гость
Вообщен замаричиватся небуду вот правильный хасесПоказать / Скрыть текстDirectoryIndex index.phpRewriteEngine On# РедиректыRewriteRule ^page/(.*)$ index.php?cstart=$1 [L]# DLE ForumRewriteRule ^forum(/?)+$ /index.php?do=forum [L]RewriteRule ^forum/category_([0-9]+)(/?)+$ index.php?do=forum&category=$1 [L]RewriteRule ^forum/forum_([0-9]+)(/?)+$ index.php?do=forum&showforum=$1 [L]RewriteRule ^forum/forum_([0-9]+)/([0-9]+)(/?)+$ index.php?do=forum&showforum=$1&cstart=$2 [L]RewriteRule ^forum/topic_([0-9]+)(/?)+$ index.php?do=forum&showtopic=$1 [L]RewriteRule ^forum/topic_([0-9]+)/last(/?)+$ index.php?do=forum&showtopic=$1&lastpost=1 [L]RewriteRule ^forum/topic_([0-9]+)/([0-9]+)(/?)+$ index.php?do=forum&showtopic=$1&cstart=$2 [L]RewriteRule ^forum/topic_([0-9]+)/reply(/?)+$ index.php?do=forum&act=_topic&code=reply&tid=$1 [L]RewriteRule ^forum/forum_([0-9]+)/add(/?)+$ index.php?do=forum&act=add_topic&forum_id=$1 [L]RewriteRule ^forum/search(/?)+$ index.php?do=forum&act=search [L]RewriteRule ^forum/search/([^/]+)/([0-9]+)(/?)+$ index.php?do=forum&act=search&search_text=$1&cstart=$2 [L]RewriteRule ^forum/subscription(/?)+$ index.php?do=forum&act=subscription [L]RewriteRule ^forum/getnew(/?)+$ index.php?do=forum&act=getnew [L]RewriteRule ^forum/getnew/([0-9]+)(/?)+$ index.php?do=forum&act=getnew&cstart=$1 [L]RewriteRule ^forum/warn/([^/]*)(/?)+$ index.php?do=forum&act=warn&user=$1 [L]RewriteRule ^forum/warn/([^/]*)/([0-9]+)(/?)+$ index.php?do=forum&act=warn&user=$1&cstart=$2 [L]RewriteRule ^forum/reputation/([^/]*)(/?)+$ index.php?do=forum&act=reputation&user=$1 [L]RewriteRule ^forum/reputation/([^/]*)/([0-9]+)(/?)+$ index.php?do=forum&act=reputation&user=$1&cstart=$2 [L]RewriteRule ^forum/textversion.html$ engine/forum/textversion.php [L]# Сам постRewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),([0-9]+),(.*).html(/?)+$ index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&cstart=$5&news_name=$6 [L]RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),(.*).html(/?)+$ index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5 [L]RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/print:page,([0-9]+),(.*).html(/?)+$ engine/print.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5 [L]RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*).html(/?)+$ index.php?subaction=showfull&year=$1&month=$2&day=$3&news_name=$4 [L]RewriteRule ^([^.]+)/page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$4&news_page=$2&cstart=$3 [L]RewriteRule ^([^.]+)/page,([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$3&news_page=$2 [L]RewriteRule ^([^.]+)/print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ engine/print.php?news_page=$2&newsid=$3 [L]RewriteRule ^([^.]+)/([0-9]+)-(.*).html(/?)+$ index.php?newsid=$2 [L]RewriteRule ^page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$3&news_page=$1&cstart=$2 [L]RewriteRule ^page,([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$2&news_page=$1 [L]RewriteRule ^print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ engine/print.php?news_page=$1&newsid=$2 [L]RewriteRule ^([0-9]+)-(.*).html(/?)+$ index.php?newsid=$1 [L]# За деньRewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})(/?)+$ index.php?year=$1&month=$2&day=$3 [L]RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page/([0-9]+)(/?)+$ index.php?year=$1&month=$2&day=$3&cstart=$4 [L]# За весь месяцRewriteRule ^([0-9]{4})/([0-9]{2})(/?)+$ index.php?year=$1&month=$2 [L]RewriteRule ^([0-9]{4})/([0-9]{2})/page/([0-9]+)(/?)+$ index.php?year=$1&month=$2&cstart=$3 [L]# Вывод за весь годRewriteRule ^([0-9]{4})(/?)+$ index.php?year=$1 [L]RewriteRule ^([0-9]{4})/page/([0-9]+)(/?)+$ index.php?year=$1&cstart=$2 [L]# вывод отдельному тегуRewriteRule ^tags/([^/]*)(/?)+$ index.php?do=tags&tag=$1 [L]RewriteRule ^tags/([^/]*)/page/([0-9]+)(/?)+$ index.php?do=tags&tag=$1&cstart=$2 [L]# вывод для отдельного юзераRewriteRule ^user/([^/]*)/rss.xml$ engine/rss.php?subaction=allnews&user=$1 [L]RewriteRule ^user/([^/]*)(/?)+$ index.php?subaction=userinfo&user=$1 [L]RewriteRule ^user/([^/]*)/page/([0-9]+)(/?)+$ index.php?subaction=userinfo&user=$1&cstart=$2 [L]RewriteRule ^user/([^/]*)/news(/?)+$ index.php?subaction=allnews&user=$1 [L]RewriteRule ^user/([^/]*)/news/page/([0-9]+)(/?)+$ index.php?subaction=allnews&user=$1&cstart=$2 [L]RewriteRule ^user/([^/]*)/news/rss.xml(/?)+$ engine/rss.php?subaction=allnews&user=$1 [L]# вывод всех последних новостейRewriteRule ^lastnews/(/?)+$ index.php?do=lastnews [L]RewriteRule ^lastnews/page/([0-9]+)(/?)+$ index.php?do=lastnews&cstart=$1 [L]# вывод в виде каталогаRewriteRule ^catalog/([^/]*)(/?)+$ index.php?catalog=$1 [L]RewriteRule ^catalog/([^/]*)/page/([0-9]+)(/?)+$ index.php?catalog=$1&cstart=$2 [L]# вывод непрочитанных статейRewriteRule ^newposts(/?)+$ index.php?subaction=newposts [L]RewriteRule ^newposts/page/([0-9]+)(/?)+$ index.php?subaction=newposts&cstart=$1 [L]# Статистические страницыRewriteRule ^static/(.*).html(/?)+$ index.php?do=static&page=$1 [L]# вывод избранных статейRewriteRule ^favorites(/?)+$ index.php?do=favorites [L]RewriteRule ^favorites/page/([0-9]+)(/?)+$ index.php?do=favorites&cstart=$1 [L]RewriteRule ^rules.html$ index.php?do=rules [L]RewriteRule ^statistics.html$ index.php?do=stats [L]RewriteRule ^addnews.html$ index.php?do=addnews [L]RewriteRule ^rss.xml$ engine/rss.php [L]RewriteRule ^sitemap.xml$ uploads/sitemap.xml [L]RewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^([^.]+)/page/([0-9]+)(/?)+$ index.php?do=cat&category=$1&cstart=$2 [L]RewriteRule ^([^.]+)/?$ index.php?do=cat&category=$1 [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^([^<]+)/rss.xml$ engine/rss.php?do=cat&category=$1 [L]RewriteRule ^page,([0-9]+),([^/]+).html$ index.php?do=static&page=$2&news_page=$1 [L]RewriteRule ^print:([^/]+).html$ engine/print.php?do=static&page=$1 [L]RewriteRule ^([^/]+).html$ index.php?do=static&page=$1 [L]замени
 
поставил форум создал категории форумы а как создать темы? при входе в любой форум пишет Внимание, обнаружена ошибка По данному критерию новости не найдены, либо у вас нет доступа для просмотра этих новостейв админке нечего не нашёл(((
 
.htaccess поправь,чтото не так установил!!!!!
 
просмотрел вроде все нормально вот что в фаилеПоказать / Скрыть текст# DLE ForumRewriteRule ^forum(/?)+$ /index.php?do=forum [L]RewriteRule ^forum/category_([0-9]+)(/?)+$ index.php?do=forum&category=$1 [L]RewriteRule ^forum/forum_([0-9]+)(/?)+$ index.php?do=forum&showforum=$1 [L]RewriteRule ^forum/forum_([0-9]+)/([0-9]+)(/?)+$ index.php?do=forum&showforum=$1&cstart=$2 [L]RewriteRule ^forum/topic_([0-9]+)(/?)+$ index.php?do=forum&showtopic=$1 [L]RewriteRule ^forum/topic_([0-9]+)/last(/?)+$ index.php?do=forum&showtopic=$1&lastpost=1 [L]RewriteRule ^forum/topic_([0-9]+)/([0-9]+)(/?)+$ index.php?do=forum&showtopic=$1&cstart=$2 [L]RewriteRule ^forum/topic_([0-9]+)/reply(/?)+$ index.php?do=forum&act=_topic&code=reply&tid=$1 [L]RewriteRule ^forum/forum_([0-9]+)/add(/?)+$ index.php?do=forum&act=add_topic&forum_id=$1 [L]RewriteRule ^forum/search(/?)+$ index.php?do=forum&act=search [L]RewriteRule ^forum/search/([^/]+)/([0-9]+)(/?)+$ index.php?do=forum&act=search&search_text=$1&cstart=$2 [L]RewriteRule ^forum/subscription(/?)+$ index.php?do=forum&act=subscription [L]RewriteRule ^forum/getnew(/?)+$ index.php?do=forum&act=getnew [L]RewriteRule ^forum/getnew/([0-9]+)(/?)+$ index.php?do=forum&act=getnew&cstart=$1 [L]RewriteRule ^forum/warn/([^/]*)(/?)+$ index.php?do=forum&act=warn&user=$1 [L]RewriteRule ^forum/warn/([^/]*)/([0-9]+)(/?)+$ index.php?do=forum&act=warn&user=$1&cstart=$2 [L]RewriteRule ^forum/reputation/([^/]*)(/?)+$ index.php?do=forum&act=reputation&user=$1 [L]RewriteRule ^forum/reputation/([^/]*)/([0-9]+)(/?)+$ index.php?do=forum&act=reputation&user=$1&cstart=$2 [L]RewriteRule ^forum/textversion.html$ engine/forum/textversion.php [L]ставил через автоустановку...
 
Сори тупость написал =\\от ипб еще не отошел
 
ser999 не помогло(((в чем отличие нулда от обычной версси??? я поставил начале обычную верию и поверх нее нулид... начались такие касяки... поставил официальную версию и не мучаюсь:)
 
Верх