And .htaccess
Got a burning question at 3 AM that even Google shrugs at? There’s a not-so-secret inbox that might just have your answer: khnaz35@gmail.com
Breathe in some nature while you're at it. It’s cheaper than therapy.
Feel free to sling a bear my way via PayPal @ khnaz35@gmail.com
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/simple_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) [NC]
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
If not, it won't work in full.

// HTTP
define('HTTP_SERVER', 'https:// your site/');
define('HTTP_IMAGE', 'https:// your site/image/');
// HTTPS
define('HTTPS_SERVER', 'https:// your site/');
define('HTTPS_IMAGE', 'https:// your site/image/');
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
thanks for the reply! yes both config.php are set to https, all my site links are correct but only 1 category is wrong with http i have no idea whyIP_CAM wrote: ↑Thu Aug 06, 2020 4:33 amDid you also SET the HTTP Link as https:// your site / in your both config.php files ?
If not, it won't work in full.
// HTTP
define('HTTP_SERVER', 'https:// your site/');
define('HTTP_IMAGE', 'https:// your site/image/');
// HTTPS
define('HTTPS_SERVER', 'https:// your site/');
define('HTTPS_IMAGE', 'https:// your site/image/');
I already told you what to do. This has absolutely nothing to do with .htaccess.
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Hi. Did you use layout override on category page? Modules may have http link for that specific page?Ex: HTML module maybe. Or you may have an external http link on that page.
About me: https://gokaydemir.com
E-mail me: info@gokaydemir.com
Whatsapp me (recommended ) : https://api.whatsapp.com/send/?phone=90 ... p_absent=0
Users browsing this forum: No registered users and 24 guests