Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question