Redirect https (SSL) to https instead of 302 to non-SSL page?
-
Great plugin, but when redirecting an SSL link, it goes through several redirects 302 and 301. For example, let’s say I want to redirect:
https://www.example.com/join-today/
to
https://www.example.com/create-account/The plugin will redirect:
https://www.example.com/join-today/
to
http://www.example.com/join-today/
then to
http://www.example.com/create-account/
then to
https://www.example.com/create-account/The last part is actually something I have in my functions file that redirects the ‘create-account’ to its proper SSL page. Can the script be setup to take the protocol into effect, so instead of this:
https > http > http > https
there’s just this:
https > https
Thanks.
The topic ‘Redirect https (SSL) to https instead of 302 to non-SSL page?’ is closed to new replies.