mod_rewrite with htaccess
Posted: Mon Oct 17, 2005 1:04 pm
Hi,
I'm trying mod_rewrite for the first time, and I'm having a problem. The following doesn't do anything, but give me a blank page (no 404 or anything).
.htaccess
Also, another one of my programmers has added this line to the top of the htaccess file, could this be conflicting?
Thanks,
Josh
I'm trying mod_rewrite for the first time, and I'm having a problem. The following doesn't do anything, but give me a blank page (no 404 or anything).
.htaccess
Code: Select all
LoadModule rewrite_module /usr/lib/apache/mod_rewrite.so
AddModule mod_rewrite.c
RewriteEngine on
RewriteRule /products/([0-9]+)/([0-9]+) /products.php?cat=$1&product=$2Code: Select all
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*Josh