Thread: ssl pages

Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default ssl pages

    hi all

    where can I set which pages must be SSL

    by default values work great but when I add

    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R,L]


    contact us and emails didnt work

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: ssl pages

    And you're not setting the ssl in the two configure.php files because.....?
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: ssl pages

    I had set it in both config files to true


    and work fine for create account and check out and log in

    but for emial and contact us didnt

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: ssl pages

    You would have to set the full catalog to https for that and it can be a problem if you have some off-site links. They'll break the ssl and cause an error.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: ssl pages

    thank you

    to set all the catalog from htacssess. is it right

    what is off-site links ?

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: ssl pages

    For instance, if you have a link to a PayPal logo or Google CheckOut logo, the system will show that you are going "offsite" for content and notify the user that the site is "not secure".
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  7. #7
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: ssl pages

    here is a link

    the main language is arabic but for instant I will able the lang box.

    I had 2 banners and google tracker only

  8. #8
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: ssl pages




    it is ok

    by adding
    //force redirect to secure page
    if($_SERVER['SERVER_PORT'] != '443') { header('Location: https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); exit(); }

    to the head of which page you need to secure it in

    includes/templates/YOUR_TEMPLATE/templates/tpl_page_you _need_to_secure.php


    here is other post

 

 

Similar Threads

  1. SSL Pages
    By RicM in forum Basic Configuration
    Replies: 2
    Last Post: 9 Apr 2011, 02:56 PM
  2. Background on SSL Vs Non SSL pages
    By ETWS in forum General Questions
    Replies: 2
    Last Post: 11 Oct 2010, 04:34 PM
  3. SSL Pages
    By wotnow in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 19 Apr 2010, 09:49 AM
  4. Define Pages, EZ Pages & SSL
    By kwright in forum General Questions
    Replies: 7
    Last Post: 27 Apr 2009, 06:45 PM
  5. EZ-Pages calling SSL?
    By StockedCloset in forum General Questions
    Replies: 0
    Last Post: 2 Oct 2007, 05:03 AM

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