LINUX.ORG.RU
решено ФорумAdmin

.htaccess вызывает 500 Internal Server Error

 ,


0

1

Устанавливаю GetSimpleCMS 3.2.1 на VPS под дебиан.

После создания учетной записи, установщик просит переименовать два файла: .htaccess и gsconfig.php

И с появлением в указанной директории файла .htaccess возникает ошибка 500 Internal Server Error, файл следующего содержания:

AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>
<Files sitemap.xml>
		Order allow,deny
    Allow from all
    Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but 
# replace it with your subdirectory path
RewriteBase **REPLACE**

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]

Что делать?

Подозреваю, что нужно где-то настроить apache...

Перемещено tazhate из web-development

Ответ на: комментарий от tazhate

a2enmod rewrite

Module rewrite already enabled

tail /var/log/apache2/error.log -n 50

[Sun May 19 17:08:12 2013] [alert] [client 95.106.22.127] /var/www/username/test/.htaccess: RewriteBase: argument is not a valid URL

Вот ещё цитата с сайта разработчиков:

HINT: Most of the time if you are using ”Pretty URLs”, they will not work right away. I usually find that waiting about an hour after installation will give your host enough time to pickup and process the .htaccess file that is needed to do the URL re-writes.

Я правда не знаю, что именно такое ”Pretty URLs”, то там говорится, что после установки всё будет работать только через час!

Так разве бывает?

whiskydotjar
() автор топика

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase **REPLACE**

Ничего не подсказывает?

Kuzz ★★★
()

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase **REPLACE**


Е-мое, ты ж даже не читаешь, что копипастишь. Радуйся, что здесь за патч Бармина по рукам бьют.

thesis ★★★★★
()
Ответ на: комментарий от thesis

Ну, тэги как бы тоже можете прочесть.

Спасибо!

whiskydotjar
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.