|
-
January 7th, 2019, 07:49 AM
#7
Junior Member
 Originally Posted by stateexpress
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]
Similar Threads
-
By cacosapo in forum Newbie Security Questions
Replies: 9
Last Post: July 14th, 2004, 04:54 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|