Не работает ЧПУ при включенном mod rewrite

Discussion in 'Linux, Freebsd, *nix' started by seofilms, 6 Apr 2012.

  1. seofilms

    seofilms Banned

    Joined:
    27 May 2009
    Messages:
    66
    Likes Received:
    46
    Reputations:
    14
    httpd.conf :
    не закомментированная
    Модуль mod_rewrite подключен
    код .htaccess :
    PHP:
    <IfModule mod_rewrite.cRewriteEngine On RewriteRule ^forum([0-9]+)-([0-9]+)\.htm(.*)$ f.php?f=$1&start=$[L,QSARewriteRule ^forum([0-9]+)\.htm(.*)$ f.php?f=$[L,QSARewriteRule ^topic([0-9]+)-([0-9]+)\.htm(.*)$ t.php?t=$1&start=$[L,QSARewriteRule ^topic([0-9]+)\.htm(.*)$ t.php?t=$[L,QSARewriteRule ^post([0-9]+)\.htm(.*)$ t.php?p=$[L,QSARewriteRule ^viewt(.*)\.php(.*)$ t.php?offset=$[L,QSARewriteRule ^viewforum\.php(.*)$ f.php?offset=$[L,QSARewriteRule ^index(.*)\.htm(.*)$ index.php?offset=$[L,QSARewriteRule ^1(.*)\.phpups.php?offset=$[L,QSARewriteRule ^2(.*)\.phpups.php?offset=$[L,QSARewriteRule ^3(.*)\.phpups.php?offset=$[L,QSARewriteRule ^4(.*)\.phpups.php?offset=$[L,QSARewriteRule ^5(.*)\.phpups.php?offset=$[L,QSARewriteRule ^6(.*)\.phpups.php?offset=$[L,QSARewriteRule ^7(.*)\.phpups.php?offset=$[L,QSARewriteRule ^8(.*)\.phpups.php?offset=$[L,QSARewriteRule ^9(.*)\.phpups.php?offset=$[L,QSARewriteRule ^ar(.*)$ ups.php?offset=$[L,QSARewriteRule ^best(.*)\.phpups.php?offset=$[L,QSARewriteRule ^board(.*)$ ups.php?offset=$[L,QSARewriteRule ^cat(.*)\.phpups.php?offset=$[L,QSARewriteRule ^down(.*)$ ups.php?offset=$[L,QSARewriteRule ^dload(.*)\.phpups.php?offset=$[L,QSARewriteRule ^hit-parad(.*)\.phpups.php?offset=$[L,QSARewriteRule ^indexs(.*)\.phpups.php?offset=$[L,QSARewriteRule ^indext(.*)\.phpups.php?offset=$[L,QSARewriteRule ^li(.*)\.phpups.php?offset=$[L,QSARewriteRule ^load(.*)\.phpups.php?offset=$[L,QSARewriteRule ^ma(.*)\.phpups.php?offset=$[L,QSARewriteRule ^m-p-3(.*)\.phpups.php?offset=$[L,QSARewriteRule ^mp3(.*)\.phpups.php?offset=$[L,QSARewriteRule ^mu(.*)\.phpups.php?offset=$[L,QSARewriteRule ^page(.*)\.phpups.php?offset=$[L,QSARewriteRule ^prog(.*)\.phpups.php?offset=$[L,QSARewriteRule ^site(.*)\.phpups.php?offset=$[L,QSARewriteRule ^thank(.*)\.phpups.php?offset=$[L,QSARewriteRule ^top(.*)\.phpups.php?offset=$[L,QSARewriteRule ^vtopic(.*)$ ups.php?offset=$[L,QSARewriteRule ^viev(.*)$ ups.php?offset=$[L,QSARewriteRule ^w\.phpups.php?offset=$[L,QSARewriteRule ^(.*)\.shtmlups.php?offset=$[L,QSA] </IfModule>
    ЧПУ перестало работать после переезда.
    В чем может быть проблема ? Заранее спасибо.
     
  2. krypt3r

    krypt3r Elder - Старейшина

    Joined:
    27 Apr 2007
    Messages:
    1,507
    Likes Received:
    389
    Reputations:
    101
    RTFL (L - logs). В курсе, что обработку файлов .htaccess тоже нужно включать?