Redirect https to http with SSL certificate installed?

Danlucy

Well-known member
Registered
Joined
Oct 12, 2014
Messages
86
Points
8
Is difficult to explain in this case because I am having a website using SSL but for any reasons I have a page that I want to setup http only for it. I tried to do some ways but it didn't work (because I setup codes in htaccess file that will auto redirect from http to https automatically hence now all URLs will be redirected to HTTPS)
How can you help me to redirect to http or any workaround with SSL Certificates installed?
 

hostens

Well-known member
Hosting Provider
Registered
Joined
Jan 18, 2017
Messages
215
Points
28
You can try creating a separate rule for that one page in the ".htaccess". For example, if you wish it to work only for the specific page use this:

Code:
RewriteCond %{HTTPS} on
RewriteRule ^$ http://www.yourdomain.com/ [R=301,L]
 

BlueLeaf

Well-known member
Registered
Joined
Apr 11, 2017
Messages
161
Points
18
It's not recommended to have mixed HTTP and HTTPS content because the browsers may flag your entire site as not secured.
 

AaronSmith

Member
Registered
Joined
Jun 15, 2017
Messages
17
Points
3
After installing ssl certificate for your domain, if you continue the site url on http, ssl certificate would not be able to access the port 443 that is specified for https(as ssl works on secured http that is https), so it is strongly suggested to use https paths to avoid the mixed content error. There http paths has to be replaced with https from webpages and autoredirect http to https extension(plugin)
 

morganwill

New member
Registered
Joined
Jun 13, 2018
Messages
5
Points
1
I have install ssl cert on my domain but its not working, I might may be missing something.My domain is hosted on plesk.
Pls guide me.

Morgan.
System Admin
HostASP
 
Older Threads
Newer Threads
Replies
11
Views
4,881
Replies
5
Views
2,465
Replies
0
Views
1,143
Replies
9
Views
2,368
Recommended Threads
Replies
3
Views
1,501
Replies
5
Views
2,920
Replies
10
Views
4,652
Replies
3
Views
2,649
Replies
7
Views
2,425

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top