Mod Rewrite doesn't seem to be active
Posted: Sat Mar 15, 2008 1:44 pm
It's enabled on Apache and phpinfo() show's the module is loaded. My .htaccess file looks like this:
Thanks,
I have also run 'chmod 777 .htaccess' to make sure it's not a permissions problem. But when I go to products.php?id=12 the URL shows exactly that and doesn't seem to rewrite. I've followed a few tutorials on mod_rewrite and nothing suggests anything to fix this problem. Can you see a reason for this with the information I have provided?RewriteEngine on
RewriteRule ^product-([0-9]+)\.html$ product.php?id=$1
Thanks,