1

Тема: [ошибка]RewriteBase - как настроить?

в админке выбрал FileBased. Файл .ntaccess.dist переименовал в  .ntaccess.
СОдержимое:

# BEGIN Flazy
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
# Раскомментируйте и правильно настройте RewriteBase
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . rewrite.php [L]
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
</IfModule>

ErrorDocument 400 error.php?id=400
ErrorDocument 401 error.php?id=401
ErrorDocument 403 error.php?id=403
ErrorDocument 404 error.php?id=404
ErrorDocument 500 error.php?id=500

AddType image/x-icon .ico
# END Flazy 

Выдает ошибку:
Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.
Error 500
forum.sportest.ru
Thu Feb 11 10:48:28 2010
Apache/2.2.3 (Debian)

Что делать?

Ответ: [ошибка]RewriteBase - как настроить?

Необычная настройка сервера, возможно директивы Options в файле .htaccess
недопустимы, надо смотреть логи и спрашивать хостера.

Вы стали счастливие?