Hey,
I'm using the following code to redirect http to https
this works perfectly forCode:RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*) https://www.getsaas.com/$1
http://www.domain.com/link
but when I try
http://www.domain.com/cgi-bin/script.cgi
It doesn't redirect to HTTPS?
Any ideas?
Any help greatly appreciated, thanks!
Michael






Bookmarks