DeadJoe
Elite Member
- May 18, 2014
- 2,235
- 2,992
I installed an SSL certificate on my site and did NOT choose the option on my hosting where it says "Force all HTTP to HTTPS", but even then my website is being redirected to HTTPS.
The issue I am having is with redirect chains.
1) Wordpress is automatically redirecting to HTTPS
2) I want to redirect my single pages (300 +) first to https version WITHOUT wordpress first redirecting the site to https, this is causing issues because:
Wordpress --> http://www.site.com/article1 --> https://www.site.com/article1 (my redirect) ---> https://www.site.com/category1/article1.
I need to eliminate the step in between since I do not want this redirect chain, I want to first manually setup single page redirects and then do a full http -> https via the .htaccess file, however this bullshit auto-redirect is killing me.
Any pointers guys?
Thanks!
The issue I am having is with redirect chains.
1) Wordpress is automatically redirecting to HTTPS
2) I want to redirect my single pages (300 +) first to https version WITHOUT wordpress first redirecting the site to https, this is causing issues because:
Wordpress --> http://www.site.com/article1 --> https://www.site.com/article1 (my redirect) ---> https://www.site.com/category1/article1.
I need to eliminate the step in between since I do not want this redirect chain, I want to first manually setup single page redirects and then do a full http -> https via the .htaccess file, however this bullshit auto-redirect is killing me.
Any pointers guys?
Thanks!