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