Hey everyone,
Well I added SSL(HTTPS) to my server and now all the SEO link not working at all.. bringing me to a not found page....
I've seen some post around and tried almost everything said in those posts.. and nothing did work.
This is the post I've went into:
viewtopic.php?f=190&t=160983
viewtopic.php?f=190&t=161294
viewtopic.php?f=190&t=165419
https://github.com/opencart/opencart/issues/4422
My OC is under sub-domain and not on the main root.
If anyone had the same problem and know about a solution it'd be very helpful!
Notice*
Worked perfectly with HTTP
I mean that when I'm not pressing the "Use SEO links" in the admin page everything works fine.
But! when I do press that button and I'm trying to access the same page I get
I have my htacsess with the seo
It's already been 1 week that it isn't working. and it worked just fine when I used "http" and doesn't work with "https"

But! when I do press that button and I'm trying to access the same page I get

I have my htacsess with the seo
Code: Select all
RewriteBase /fashion/
ewriteRule ^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]
RewriteRule ^tag/([^?]*) index.php?route=product/search&tag=$1 [L]
RewriteRule ^search/([^?]*) index.php?route=product/search&search=$1 [L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
It's already been 1 week that it isn't working. and it worked just fine when I used "http" and doesn't work with "https"




Who is online
Users browsing this forum: No registered users and 14 guests