Quote Originally Posted by stateexpress View Post
I don't know how direct .... but i want to how it possible to direct a website on https from http
The process of quite simple, you can use the plugin and you can also remove your SSL and it can be done by using the code

# Redirect HTTPS to HTTP
RewriteCond %{HTTP:X-Forwarded-Proto} =https
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]