Announcement

Collapse
No announcement yet.

login page is faulty

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    login page is faulty

    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
    >>www.ammocity.com<<

    #2
    okay

    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?
    >>www.ammocity.com<<

    Comment


      #3
      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,
      Zoltan
      Actinic Software
      www.actinic.co.uk

      Comment

      Working...
      X