apache error log for rewrite rule
Posted
by
Imran Naqvi
on Server Fault
See other posts from Server Fault
or by Imran Naqvi
Published on 2010-09-28T12:10:30Z
Indexed on
2011/03/15
0:11 UTC
Read the original article
Hit count: 658
Hi, i am getting following error in apache log
File does not exist: D:/wamp/www/script/products, referer: http://localhost/script/products/category/product-123.html whenever following url localhost/script/products/category/product-123.html is parsed through this rewrite rule RewriteRule ^products/([~A-Za-z0-9-"]+)/([~A-Za-z0-9-".]+).html$ index.php?page_type=products&prod=$2 [L].
The script and rule is working fine but i am getting that error in apache error log. I have activated RewriteLog, but nothing is showing up in the rewrite.log file. Its empty. Please help and thanks in advance.
© Server Fault or respective owner