RewriteCond %{HTTP_HOST} !^www.example.com.au$ [NC]
RewriteCond %{HTTP_HOST} !^https://www.example.com.au$ [NC]
RewriteRule ^(.*)$ http://www.example.com.au/$1 [R,L]
Hi All
I have my website 90% working on https, fully working on http and I have managed to redirect from none www to www
What I am looking to do it if the user happens to enter https then make them go to my www version
I have manage to get them to go to my www version if they do not put in www but I am lost in how to redirect them from https to http
here is what I have so far and I just cannot figure it out
thanks
Alan