AndrewMa Posted August 5, 2019 Posted August 5, 2019 hello, i have added the following code segment to our htaccess RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] To this code: # 8. ProcessWire requires mod_rewrite # ----------------------------------------------------------------------------------------------- <IfModule mod_rewrite.c> RewriteEngine On AddDefaultCharset UTF-8 --- the code was added here --- We got an 500 error, i deleted the code again, but the error is still... could someone help me please??? Thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now