Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2005
    Posts
    144
    Plugin Contributions
    0

    Default SSL Redirects, customers getting kicked.

    Hi,

    We purchased a SSL cert through verisign for http://www.straightrazordesigns.com. I then setup a redirect for http://straightrazordesigns.com to http://www.straightrazordesigns.com (.htaccss).

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^straightrazordesigns.com
    RewriteRule (.*) http://www.straightrazordesigns.com/$1 [R=301,L]

    All configure.php files are setup to use http://www.straightrazordesigns.com.

    However, I'm having some customers that when they get to the login page of the checkout process (https://www.straightrazordesigns.com...ain_page=login) after they fill out the information they get kicked back to the homepage.

    Can anyone offer suggestions?

    Thanks
    David

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SSL Redirects, customers getting kicked.

    The 'log in' link in your Header Navigation menu does not use an 'https' connection.

    If have 'https' set to 'true' in your 'config' files, then I can only presume the 'log in' link is hard coded and needs to be changed accordingly.

  3. #3
    Join Date
    Mar 2005
    Posts
    144
    Plugin Contributions
    0

    Default Re: SSL Redirects, customers getting kicked.

    Rob,

    That's setup as an ezpage. And your right, it wasn't listed as ssl.. But they were going to the login page via the checkout procedure. That wouldn't cause the issue, would it?

    Thanks
    David

  4. #4
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SSL Redirects, customers getting kicked.

    After re-reading your first post I would change to using this redirection:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^straightrazordesigns.com [NC]
    RewriteRule ^(.*) http://www.straightrazordesigns.com/$1 [R=301,L]

    See if that helps. Otherwise, more information on ZC version, Server software, etc. would need to be known.

 

 

Similar Threads

  1. user gets kicked off between ssl and non ssl
    By keneso in forum General Questions
    Replies: 9
    Last Post: 10 Aug 2011, 12:36 AM
  2. getting kicked out of my admin area
    By nehoward64 in forum General Questions
    Replies: 13
    Last Post: 18 Mar 2010, 12:00 AM
  3. Some Customers Kicked Back to Login Page
    By Webskipper in forum General Questions
    Replies: 2
    Last Post: 4 Apr 2009, 08:49 PM
  4. Getting Kicked out of Admin Page - Why?
    By metakomm2 in forum General Questions
    Replies: 0
    Last Post: 1 Feb 2007, 04:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR