Hi,
Based on those log entries, the rewrite
worked fine.
Perhaps you're dealing with DirectorySlash
here.
Notice the last line redirected to itself, causing an
infinite loop of redirects.
I also wanted to add that, given the RewriteCond rule
may be working correctly, how can I change it to
accommodate query strings, or this particular query
string?
Thanks,
Dave
If your rules are in .htaccess, the latter file will be
parsed over and over until it stops matching, so use the
appropriate RewriteCond to break that loop, or better yet,
edit your vhost instead.
Yes, that's what I'm asking for help to do :-) This rewritecond
is included in my vhost config using an Include statement.
Thanks,
Dave
|