File does not exist: D:/wamp/www/script/products, referer: http://localhost/script/products/category
Posted
by Imran Naqvi
on Stack Overflow
See other posts from Stack Overflow
or by Imran Naqvi
Published on 2010-05-05T05:35:06Z
Indexed on
2010/05/05
5:38 UTC
Read the original article
Hit count: 479
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
© Stack Overflow or respective owner