403.4 won't redirect in IE7
- by Jeremy Morgan
I have a secured folder that requires SSL. I have set it up in IIS(6) to require SSL. We don't want the visitors to be greeted with the "must be secure connection" error, so I have modified the 403.4 error page to contain the following:
function redirectToHttps() {
var httpURL = window.location.hostname+window.location.pathname;
…