View Single Post
  #6  
Old 05-16-2008, 11:57 PM
nzbr's Avatar
nzbr nzbr is offline
Major
 
Join Date: Dec 2006
Posts: 369
Default Re: changing over to https

Heres code you can add to your .htaccess file that will redirect all http:// to https://

Code:
RewriteCond %{SERVER_PORT} ^80$RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
Thanks for that 'Watdaflip'. Last question: Where do I put it in my booking form page? 'between tag'....in page properties? And then the page will change forever into https?

Cheers,
Reply With Quote