Linked Questions
26 questions linked to/from Https to http redirect using htaccess
-2 votes
1 answer
223 views
Do I need http instead of https on one domain in a multisite setup? [duplicate]
It seems that Vimeo doesn't work with https. We have a WordPress multisite on an hhtps where one of the sites has iframed Vimeo videos. There are links from other sites to the site with the videos. So,...
1 vote
1 answer
64 views
1 file can't have https [duplicate]
Vimeo continues to be an https problem. I have a WordPress multisite on an https server. On most of the files, it doesn't matter whether the address is http or https. But, there is one page with Vimeo....
-2 votes
1 answer
41 views
I want to redirect to https if anyone hits URL with http in Code Igniter PHP [duplicate]
I want to redirect to https if anyone hits URL with http in Code Igniter PHP. I am using this htaccess code. Help me with this. Options +FollowSymLinks Options -Indexes DirectoryIndex index.php ...
0 votes
0 answers
29 views
Connection is not private while redirecting HTTPS to HTTP [duplicate]
I am trying to redirect my website from HTTPS to HTTP but every time I am getting the issue. I have cleared the cache. I have checked the previous questions but still getting the same issue. How do ...
371 votes
14 answers
350k views
Detect HTTP or HTTPS then force HTTPS in JavaScript
Is there any way to detect HTTP or HTTPS and then force usage of HTTPS with JavaScript? I have some codes for detecting the HTTP or HTTPS but I can't force it to use https: . I'm using the window....
84 votes
17 answers
199k views
Use .htaccess to redirect HTTP to HTTPs
I have tried this post, and many others (1, 2, 3, 4), but they all give me TOO_MANY_REDIRECTS or error 500. So, here is my issue: With my current .htaccess, this is what happens: https://www....
2 votes
2 answers
14k views
https url shows unable to connect
I have few sites which did not have SSL cert setup. The issue I am facing is, if these sites access using https it shows Unable to connect, Browser can't establish a connection to the server at mysite....
0 votes
3 answers
4k views
Why does website not load after transferring to different hosting provider and switching from https to http?
This might be a trivial problem, since I am quite new to programming. I have searched the web and stackoverflow for a solution, but I didn't succeed. If this question indeed has been raised and ...
0 votes
3 answers
2k views
how to redirect https URLs with no SSL to new https domain
Here's the situation... client's firm was at url https://client.com. Client added a partner and got a new business name and domain: client-partner.com. I built a new site for client-partner.com and ...
0 votes
1 answer
3k views
How do I disable https on my webserver using Plesk?
I've got a CentOS server running Plesk 17, when I disable SSL/TLS Support in the hosting settings for my webisite, the document root changes to /var/www/vhosts/default/htdocs instead of staying with ...
0 votes
1 answer
983 views
Replacing url from 'https' to 'http', my url goes refreshing infinitely
I am facing one interesting issue. I am replacing my production url [https://www.draoms.com/] with the other url [http://www.draoms.com/login.cfm ] (it’s the same url, just I am appending file name ...
0 votes
0 answers
2k views
Xampp site won't load with SSL disabled
I am attempting to disable HTTPS by redirecting it to HTTP on my XAMPP server via my .htaccess but I was unable to do so. I looked quite a bit when I found this answer on stackoverflow for the same ...
1 vote
1 answer
2k views
Force redirect https to http after expire ssl [duplicate]
My SSL certificate and dedicated IP expired last night, and my site won't works anymore with https now i decided somehow to keep going with http and redirect all https to http well, i know there is so ...
0 votes
2 answers
756 views
Redirect https to http on Wordpress site
My site is sometimes shown in Google as https://www.example.com. But I don't have a SSL certificate (and it's not needed in my view). How do I redirect them to HTTP? My current .htaccess is: # ...
0 votes
1 answer
576 views
How to change https to http in url by html/php code?
Actually, I didn't get SSL certificate till now, But when searching my website in search engines, its shows with https in URL. when clicking that link, it takes to error page since I didn't have SSL ...