File does not exist: D:/wamp/www/script/products, referer: http://localhost/script/products/category
- by Imran Naqvi
Hi
i am getting the following error
File does not exist: D:/wamp/www/script/products, referer: http://localhost/script/products/category/product-123.html
whenever in apache error log whenever following url
http://localhost/script/products/category/product-123.html
is parsed through this
RewriteRule ^products/([~A-Za-z0-9-"]+)/([~A-Za-z0-9-".]+).html$ index.php?page_type=products&prod=$2 [L]
.htaccess rule.
Please can someone help me ????
The script and rule is working fine but i am getting that error in apache error log