I have complicated RewriteCond and RewriteRule in one machine. And according to these rules some of the request will be redirected to another machine. So is there an Apache log that shows clearly how the redirection takes place? Because the redirection is happening in the ways that I don't anticipated.
| |||
|
feedback
|
|
For the uninitiated, this is how you should write your *.conf file:
| |||||
feedback
|
|
You can configure a logfile specifically for | |||
|
feedback
|
|
You need to enable the rewrite log in your virtual host or server config
see http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritelog | |||
|
feedback
|