Тема: 500 Internal Server Error
Добрый день!
Устанавливала монстру на сервер, вроде как установилось и даже получилось зарегистрировать пользователя, но когда пытаюсь зайти, то выдаётся ошибка:
------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, vilnius.relax@gmail.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at studalliance.lt Port 80
-------------
мой .htaccess выглядит так:
#
# Monstra CMS :: php & apache settings
#
# Set default charset utf-8
AddDefaultCharset UTF-8
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# PHP 5, Apache 1 and 2.
php_flag magic_quotes_gpc off
php_flag magic_quotes_sybase off
php_flag register_globals off
# Setting rewrite rules.
RewriteEngine on
# Update code bellow for SEO improvements
# RewriteCond %{HTTP_HOST} ^www.example.org [NC]
# RewriteRule ^(.*)$ http://example.org/$1 [R=301,L]
RewriteBase /http://studalliance.lt/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
# Update code bellow for SEO improvements
# Redirect 301 /home http://example.org/
Как мне исправить эту проблему? Куда нужно смотреть?
Пожалуйста, помогите!
С уважением,
Ксения