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