Post by konno » Wed Oct 19, 2016 6:38 am

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

Newbie

Posts

Joined
Wed Oct 19, 2016 6:19 am

Post by KeyLeeAM » Wed Oct 19, 2016 4:06 pm

What is meaning when you say "SEO link not working at all"? Maybe you need to wait to new site index and find your site.

Newbie

Posts

Joined
Thu Sep 08, 2016 12:43 pm

Post by konno » Sat Oct 22, 2016 11:23 pm

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 Image

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"

??? ??? ??? ???

Newbie

Posts

Joined
Wed Oct 19, 2016 6:19 am

Post by konno » Mon Oct 24, 2016 11:45 pm

anyone? :(

Newbie

Posts

Joined
Wed Oct 19, 2016 6:19 am

Post by Nordikota » Mon Oct 24, 2016 11:54 pm

Have you switch on "Use SSL" in the Admin/Settings/Server page? And added it to your Catalog & Admin config files?

Active Member

Posts

Joined
Tue Feb 11, 2014 8:04 pm

Post by konno » Tue Oct 25, 2016 1:51 am

Yes I did

Newbie

Posts

Joined
Wed Oct 19, 2016 6:19 am
Who is online

Users browsing this forum: No registered users and 9 guests