I have an old webserver that we used to have apps on that has moved to a different server. I want to redirect to the new server when the old server is attempted to be hit from the web. For http I just use a http redirect works great. The problem is when the put https in front of the old server address it does not do the redirect to the new server. How to I get https from the old server to redirect to https on the new server. basically gethttps://oldserveraddress/application to https://newserveraddress/application.
↧