Forum Moderators: phranque
I put this in my httpd.conf under VirtualHost 123.***.0.1:443
RewriteCond %{HTTP_HOST} ^www2\.example\.com [NC]
RewriteRule /tiger/html/([^.]+)\.htm$ [www2.example.com...] [R=301,L]
Looking the httpd_rewrite log, it looks like its going into an infinite loop. How can I stop it?
[edited by: jdMorgan at 3:00 pm (utc) on June 15, 2005]
[edit reason] Example.com [/edit]