Title: Redirect https (SSL) to https instead of 302 to non-SSL page?
Last modified: August 21, 2016

---

# Redirect https (SSL) to https instead of 302 to non-SSL page?

 *  [jumbo](https://wordpress.org/support/users/jumbo/)
 * (@jumbo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/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/](https://www.example.com/join-today/)
    to
   [https://www.example.com/create-account/](https://www.example.com/create-account/)
 * The plugin will redirect:
    [https://www.example.com/join-today/](https://www.example.com/join-today/)
   to [http://www.example.com/join-today/](http://www.example.com/join-today/) then
   to [http://www.example.com/create-account/](http://www.example.com/create-account/)
   then to [https://www.example.com/create-account/](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.
 * [http://wordpress.org/plugins/safe-redirect-manager/](http://wordpress.org/plugins/safe-redirect-manager/)

The topic ‘Redirect https (SSL) to https instead of 302 to non-SSL page?’ is closed
to new replies.

 * ![](https://ps.w.org/safe-redirect-manager/assets/icon.svg?rev=2791413)
 * [Safe Redirect Manager](https://wordpress.org/plugins/safe-redirect-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/safe-redirect-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/safe-redirect-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/safe-redirect-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/safe-redirect-manager/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [jumbo](https://wordpress.org/support/users/jumbo/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/redirect-https-ssl-to-https-instead-of-302-to-non-ssl-page/)
 * Status: not resolved