Image

Imageamuzulo wrote in Imageapache

mod_rewrite problem

Hi everybody! I'm new here and trying to write a mod_rewrite rule. I added the following to httpd.conf:

RewriteEngine on
RewriteRule ^/perfumes/([0-9]+)/([A-Zn])/([126])/([0-9]*)$ /items/perfumes.php?product=$1&selection=$2&category=$3&page=$4

In loading modules above that is:

LoadModule rewrite_module libexec/mod_rewrite.so

But, when I try to go to

http://www.perfumesandpampering.com/perfumes/322/A/2/1

I get the error "The requested URL /perfumes/322/A/2/1 was not found on this server."

Any idea what could be causing this problem or do I need to provide more information?