hi
everytime i generate and upload the pages and then navigate to the login page on the site...it starts to load then gives me a 440 page missing.
I went into the javascript on in the form for the login page in my site html folder and it has a line
if (location.protocol == "http:"){var sURL = "https://www.hootersbras.co.uk/acatalog/login.html";location.replace(sURL);}
and this turns out to be the problem.
What is this for and what does
"Place-holder for the script to ensure that https is used for this page // if SSL mode is in use."
mean
everytime i generate and upload the pages and then navigate to the login page on the site...it starts to load then gives me a 440 page missing.
I went into the javascript on in the form for the login page in my site html folder and it has a line
if (location.protocol == "http:"){var sURL = "https://www.hootersbras.co.uk/acatalog/login.html";location.replace(sURL);}
and this turns out to be the problem.
What is this for and what does
"Place-holder for the script to ensure that https is used for this page // if SSL mode is in use."
mean
![Confused](https://community.sellerdeck.com/core/images/smilies/confused.gif)
Comment