Цитата
Internal Server Error
[Mon Oct 26 18:27:05 2009] [error] [client xxx.xxx.xxx.xxx] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary., referer: [url]http://www.domain.org/[/url]
[Mon Oct 26 18:27:05 2009] [error] [client xx.xxx.xxx.xxx] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: [url]http://www.domain.org/[/url]
После комментирования этих строк 500 пропадает. естественно После перехода на вышеуказанные страницы бьет ошибку 404 (rewrite то убран..)....
#еЯКХ ГЮОПЮЬХБЮЕЛШИ ПЕЯСПЯ МЕ ОЮОЙЮ Х МЕ ТЮИК - ЩРН вос
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php?$1 [L]
Что делать?
PS: Тестовый сервер под моим владением, FreeBSD 7.2, php5.
PS2: Mod_rewrite отлично работает на vHost`s для других CMS.