Date: 07/10/06 (Java Web) Keywords: no keywords I faced a hair-tearing problem. mod_rewrite was loaded and yet it was not working in .htaccess files (and httpd.conf initially). Here is the solution along with how you can debug mod_rewrite problems. Debugging procedure: Add these two line to your httpd.conf immediately after RewriteEngine On. RewriteLog “/var/log/httpd/rewrite_log” RewriteLogLevel 9 After that I added the required RewriteRule etc. The reason for testing [...] Source: http://blog.taragana.com/index.php/archive/mod_rewrite-not-working-in-htaccess-solution/
|