Kiddos vs https

This topic has been marked as resolved.

Hello guys,

I need help with this theme becouse when i change on server to hard use https on all sites i have problem with icons. They just disappear. Is there some solution?

Thanks and by the way the theme is beautifull.

March 1, 2019 at 10:51 am #67355

Same problem here, i tap ”mysite.com” and its not redirected to https and it showed me lost of missing icons …

March 4, 2019 at 5:28 pm #67368

Have you tried to force the https to show on all pages? Opencart ssl is made only for registration site and so on. Produkt pages are only http, i thing becouse https is little slower. And yep the missing icons are pain. But try to type https://www.yoursite.com if you got icons. I thing its only problem if you force the https in config file.

March 4, 2019 at 11:30 pm #67370

Hi,

More information about all url redirect can be found here:

https://forum.opencart.com/viewtopic.php?t=103177

BR,
ThemeBurn team

March 5, 2019 at 10:55 am #67378

Try it but its useless i get error “too_many_redirects”

March 12, 2019 at 12:57 pm #67462

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/download/(.*) 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]

This is what i have in .htaccess

March 12, 2019 at 1:10 pm #67463

Ok i have managed how to repair it.

March 14, 2019 at 10:12 am #67488

Marking this as “Resolved”.

BR,
ThemeBurn team

March 18, 2019 at 11:42 am #67537
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.