Sent: Saturday, August 17, 2013 8:28 AM
To: users@httpd.apache.org
Subject: [users@httpd] Strange httpd 2.4.6 Mod_Rewrite issue
I'm having a very strange issue with the mod_rewrite module.
First off here's the basics:
Apache 2.4.6, Centos 6 x64
Here's the loading of the directi
I'm having a very strange issue with the mod_rewrite module.
First off here's the basics:
Apache 2.4.6, Centos 6 x64
Here's the loading of the directive:
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
LogLevel alert rewrite:tr