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, |