Ricardo wrote:
> Can anyone help me with a .htaccess script.
> 
> I need to redirect all traffic that is not https://www.domain.com to
> there.
> 
> So...
> 
> http://domain.com
> http://www.domain.com
> https://domain.com
> 
> all need to go to:
> 
> https://www.domain.com
> 
> I can get everything to redirect except https://domain.com


You will have to do the https ones at the CF level not the webserver as 
https connections are based on IP addresses not domain names, the domain 
name in the host headers is encrypted along with everything else, the 
webserver knows nothing about it.


-- 

Yours,

Kym Kovan
mbcomms


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to