RE: [users@httpd] Strange httpd 2.4.6 Mod_Rewrite issue

2013-08-18 Thread Don O'Neil
, 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 directive: IfModule mod_rewrite.c

[users@httpd] Strange httpd 2.4.6 Mod_Rewrite issue

2013-08-17 Thread Don O'Neil
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: IfModule mod_rewrite.c RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F]