Redirect https to http
-
How can I redirect all https requests to plain http?
By default, https is enabled by our hosting provider (server-side) and I was told that the only way to go around it is by doing redirects via htaccess since they don’t disable https (server-side) on an account basis.
So when I access our site via https, I get an error page. I don’t have https set up on wordpress and I want to get rid of it.
I’m not really an expert in wordpress but I know how to work with htaccess. For some reason, any changes done to htaccess doesn’t trigger a redirect. Even plain ones.
Is it because I’m already using the redirection plugin?
Is it possible to do the redirect from https to http via the redirection plugin? How would I do it?Thank you in advance.
The topic ‘Redirect https to http’ is closed to new replies.