jdunhin
New member
- Joined
- Feb 27, 2013
- Messages
- 93
- Points
- 0
If you have a Wordpress installation on https then you want the http to redirect to https.
In your public_html (not in public_ssl) put this html file:
Create "name.html"
Insert this code and replace domain with website name.
There are other methods but this is very easy to do.
In your public_html (not in public_ssl) put this html file:
Create "name.html"
Insert this code and replace domain with website name.
HTML:
<meta http-equiv="Refresh" content="0;URL=https://domain.com" />