Support » Plugin: Redirection » [Plugin: Redirection] Redirecting HTTPS to another HTTPS

  • I build a lot of Facebook apps on WordPress. With Facebook apps, you have to have both an HTTP and an HTTPS URL available. So, I use a plugin called WordPress HTTPS to help with this. Up until now, that has worked perfectly for me.

    This time, I need to be able to redirect from an HTTPS URL to another HTTPS URL on a different subdomain. (Same SSL certificate, if that makes a difference.)

    RIght now, it does exactly what I want it to if you come in through the HTTP address, but NOT when you come in through the HTTPS address. It actually has some pretty strange behavior when you use HTTPS.

    I’m trying to redirect domain1.example.com/blahblah1 to domain2.example.com/blahblah2. When I use HTTP, this works exactly like I’d expect it to. With HTTPS, it redirects me from domain1.example.com/blahblah1 to domain1.example.com/blahblah2. It takes the directory from the redirect URL I specified, but tries to open it on the current domain. I can’t get it to redirect to the new HTTPS domain.

    I’m at a loss. Anyone have any suggestions?

    http://wordpress.org/extend/plugins/redirection/

  • The topic ‘[Plugin: Redirection] Redirecting HTTPS to another HTTPS’ is closed to new replies.