PDA

View Full Version : login page is faulty


wombatboy
23-Jun-2003, 02:14 PM
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
:confused:

wombatboy
23-Jun-2003, 03:50 PM
i have figures out that it is redirecting the browser to the ssl secure page ....can actinic set up the ssl envirnment on the server?

zmagyar
24-Jun-2003, 12:03 AM
That piece of javascript is inserted into the login page source when you selected "SSL for Customer login and Checkout Pages only" option on Business Settings| Payment and Security. This makes sure that the login is always uses SSL connection.
can actinic set up the ssl envirnment on the server?Actinic can be configured to use SSL for the whole site or for critical pages only. But the configuration of the SSL server should be done by you (or your ISP).

Regards,