hi EE,
We have recently moved sites and the old site has an ssl on a restricted area under the root of the website. The problem now is that the new website does not have an SSL and the restricted area is on another server.
So we need to catch the old address (starting with https...) to redirect to another page.
The new website does not have an SSL on it.
Testing an blank page on my machine like so: i.e.
http://localhost:1891/test/default.aspxand then changing the protocol to https then it fails:
this is the code I have got from the internet so far but I get a the connection as interrupted when using https as above.
any advice how I can identify that 'this' address is being access using the https protocol and then going somewhere else?
Thanks
Start Free Trial