Post by dharam81 » Thu Aug 24, 2017 12:58 am

Hi All,

I am trying to use SSL for my store and all seems ok and there is only one problem that is first page / home open first time don't come as https.

rest of the pages using https and if I go back from any other back to home it comes as https

any suggestion please

Active Member

Posts

Joined
Mon Apr 30, 2012 8:26 pm

Post by spitos » Fri Aug 25, 2017 6:10 am

How are you getting to "first page / home open first time" to begin with?

Image
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here


User avatar
Active Member

Posts

Joined
Mon May 23, 2011 6:19 pm
Location - UK

Post by dharam81 » Sat Aug 26, 2017 12:48 am

I type domain.com which open at http://www.domain.com
in broswer
Last edited by dharam81 on Sat Aug 26, 2017 1:07 am, edited 1 time in total.

Active Member

Posts

Joined
Mon Apr 30, 2012 8:26 pm

Post by spitos » Sat Aug 26, 2017 12:56 am

Does the config.php contain correct https URL?

Made any changes to the .htaccess file?

Image
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here


User avatar
Active Member

Posts

Joined
Mon May 23, 2011 6:19 pm
Location - UK

Post by dharam81 » Sat Aug 26, 2017 1:09 am

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTPS} on
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]

this is what I have in httaccess and config file have correct url.

only issue for the first page rest all is coming at https

Active Member

Posts

Joined
Mon Apr 30, 2012 8:26 pm

Post by spitos » Sat Aug 26, 2017 4:35 pm


Image
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here


User avatar
Active Member

Posts

Joined
Mon May 23, 2011 6:19 pm
Location - UK
Who is online

Users browsing this forum: No registered users and 64 guests