A
A
Artem Shelengovskiy2015-10-04 11:24:09
htaccess
Artem Shelengovskiy, 2015-10-04 11:24:09

Why is there a 500 error?

I made changes to .htaccess and then canceled them, but a 500 error comes out. Rules in open office.
Here is the code itself:
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

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
ShamblerR, 2015-10-08
@ShamblerR

gygy and what is your php? let me guess 5.4 and above?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question