Alexeyka: Блог

Главные вкладки

500 Internal Server Error

2 декабря 2010 в 21:34

Когда-то купил домен, запустил его на недолго-бесплатном freewebhostingarea.com развернул на нем друпал, потом оплатил хостинг, постигаю друпал. ) все работало и работает, но вот сейчас (вот уже пол-часа) при попытке с сайта скачать какой-нибудь файл, он сообщает мне следующее:
500 Internal Server Error

For security reasons, we no longer allow custom Options for .htaccess file.

Just comment out the lines starting with Options, php_value or php_flag and your script will work without problem.

Possible reasons:
1. Bad .htaccess file - you must remove .htaccess file until you find and solve YOUR errors.

2. MySQL database server is restarting. Wait few minutes and, if error persists, contact us. Be sure that you don't have a bad .htaccess file somewhere!!

мой htaccess, который лежит в корне имеет вид:

#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order allow,deny

# Don't show directory listings for URLs which map to a directory.
##Options -Indexes

# Follow symbolic links in this directory.
##Options +FollowSymLinks

# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php

# Force simple error message for requests for non-existent favicon.ico.

# There is no end quote below, for compatibility with Apache 1.3.