, , -. Opencart 2.2 SSL/https, . ( , ). Fastor SEO Pack Pro, vQMOD .
:
1. v2.2.0.x Changes.zip
VQMOD 2.6.1 ( )
VQMOD Manager 3.0 ( ).
. Google, .
, , xml , site_ssl true , - .
, / .
a > > > SSL
.haccess SEO/SSL/WWW ( www , , SSL). seo, haccess:
Blockquote
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^system/download/(.*) index.php?route=error/not_found [L]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=302]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [QSA]
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=302,L]
- config.php admin/config.php. http → https
Blockquote
config.php
define('HTTP_SERVER', 'https://www.example.com/');
define('HTTPS_SERVER', 'https://www.example.com/');
admin/config.php
define('HTTP_SERVER', 'https://www.example.com/admin/');
define('HTTP_CATALOG', 'https://www.example.com/');
define('HTTPS_SERVER', 'https://www.example.com/admin/');
define('HTTPS_CATALOG', 'https://www.example.com/');
- /temp.
, :
/ Fix
/ "" . SSL, , /common/currency.tpl. , .
/CSS
:
, , v2.2.0 Changes.zip :
Blockquote
SEO/SSL cant load page
Open catalog/controller/startup/startup.php
and after
$this->config->set('config_url', HTTP_SERVER);
add
$this->config->set('config_ssl', HTTPS_SERVER);