Forum Moderators: phranque
When it redirects to 443/https it messes this up.
GET http...
200 OK
There is no rule that redirects that i can see. I think its buried somewhere in the http conf files. I just need another rule that exempts a certain file or directory from the default rule.
RewriteRule (.*) [%{HTTP_HOST}%{REQUEST_URI}<...]
... and where it says %{HTTP_HOST} you will, of course, substitute one specific canonical form of your domain name.
(g1 meant to say this, but he forgot ;))