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
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
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.
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
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.
thank you
to set all the catalog from htacssess. is it right
what is off-site links ?![]()
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.
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
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