arbelian
@arbelian
Вебмастер

Почему выходит ошибка 500?

Внес правки в .htaccess потом их отменил но выходит 500 ошибка. Правил в open office.
Вот сам код:
RewriteOptions inherit

#SetEnvIfNoCase User-Agent "42.0.2311.90 Safari/537.36" bot

order allow,deny
deny from env=bot
allow from all

DirectoryIndex start_page.html /administrator/index.php


SetOutputFilter DEFLATE


# Netscape 4.x has some problems...

BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems

BrowserMatch ^Mozilla/4\.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine

# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48

# the above regex wont work. You can use the following

# workaround to get the desired effect:

BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

# Dont compress images

SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary


# Make sure proxies dont deliver the wrong content

Header append Vary User-Agent env=!dont-vary


order allow,deny
allow from all
  • Вопрос задан
  • 166 просмотров
Пригласить эксперта
Ответы на вопрос 1
@ShamblerR
гыгы а какой у вас php ? дайте угадаю 5.4 и выше ?
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы