Tagged Questions
1
vote
1answer
19 views
Automatic redirection from http to https with .htaccess authentication in virtual hosting
Hi I have configured Virtual host on apache with .htaccess authentication with SSL. It's working fine when I typed url https://www.example.com:9004/test.php but when I typed ...
0
votes
0answers
18 views
Force SSL Redirection in Tomcat configuration [migrated]
I already configured my Tomcat conf\server.xml. But It seems that may it doesn't redirect users to my specified redirect port.
See config below:
<Connector port="8080" protocol="HTTP/1.1"
...
1
vote
2answers
70 views
How to direct https requests to http while SSL cert expired? [duplicate]
The SSL certificate on my site has expired, which has caused https requests to the site to fail.
While I am sorting out a new SSL certificate, what can I do to redirect https requests into the http ...
2
votes
0answers
207 views
Seeking htaccess help: Converting multiple subdomains (both http and https) to www.domain.com using .htaccess
I've been trying to get an answer to this question on other forums (the folks at SuperUser thought this was the place I needed to post) and via my connections, but I haven't gotten very far. Hopefully ...
0
votes
2answers
118 views
Is 301 redirect sufficient to solve WWW and HTTP/S duplication?
I was reading about this article - SEO preference for WWW or HTTP:// protocol redirection? Do www websites rank better than NON-www?
I have same problem but I needed a help on this further. What ...
6
votes
3answers
287 views
When redirecting from http to https in a shop site, which status code should I use?
On a shop website, when "Pay now" is clicked we perform a header redirection to the same URL, just an SSL secured https version.
In such a common scenario, should we use a permanent (301), a ...
1
vote
1answer
177 views
Force SSL on IIS site with NT authentication
We recently implemented SSL on our reseller portal and have been receiving complaints about needing to log in twice. This is of course because they bookmarked the site before we had SSL so their ...
4
votes
1answer
642 views
Redirect from SSL HTTPS to HTTP (NO SSL)
Many of my visitors have bookmarked my site already with https://mydomain.com. Under the bad advice of a programmer I have put my whole site (Joomla) using SSL.
I do not sell anything or provide any ...
6
votes
3answers
1k views
Force SSL and WWW in .htaccess
I'm looking for a way to force SSL and WWW.
I've been able to force both separately but together I keep running into redirection issues. The following code works when handling a URL in this format: ...
