![]() |
Rewrite problem
Continued from email correspondence.
I tried to add the rwrite log level to httpd.conf as well as log file but neither seems to be working. I added this in httpd.conf between the VirtualHost directives RewriteLogLevel 9 RewriteLog /etc/httpd/logs/rw.log The rewrite rules in question again are: Code:
RewriteEngine OnWell I think I got log issue fixed, had log level for main log wrong Here are some errors I seen in regular log 2009-04-15 00:18:13.430 [INFO] [84.110.34.83:1419-0#APVH_indianpharmaonline.warrensdrugstore.com] [REWRITE] Rule: Match '' with pattern '^(/)?.+', result: -1 2009-04-15 00:18:13.430 [INFO] [84.110.34.83:1419-0#APVH_indianpharmaonline.warrensdrugstore.com] [REWRITE] Rule: Match '' with pattern '^(/)?.+', result: -1 2009-04-15 00:18:13.431 [INFO] [84.110.34.83:1419-0#APVH_indianpharmaonline.warrensdrugstore.com] [REWRITE] Rule: Match '' with pattern '^(/)?buy_(.+)\.html', result: -1 2009-04-15 00:18:13.431 [INFO] [84.110.34.83:1419-0#APVH_indianpharmaonline.warrensdrugstore.com] [REWRITE] Rule: Match '' with pattern '^(/)?order_(.+)\.html', result: -1 |
Well we have tried everything. That error still showing in logs. Me and the client have no clue what we can do. Any help would be much appreciated
|
Those rules does match an empty string "", the URL is an empty string when rewrite base was chopped off.
URL "/" will become "" since rewrite base is "/". |
| All times are GMT -7. The time now is 02:36 AM. |