Post by rutar » Tue Oct 09, 2018 8:18 pm

Hi guys, i need a little help with URL modification. I am trying to edit URLs that look like this "index.php?route=account/register". I read all about this, but it just doesnt work. I downloaded "Seo Friendy Urls" extension and edited some urls "account/register" to "register", etc.. url actually shows on my website like this: "mywebsite.com/register" which is great, but when i click on it it just redirects me to homepage. Even in database it shows: "query: route=account register" and keyword: "register". It looks like its not finding the path or something.

I already checked all setting, SEO URLS are ON and my .htaccess file is OK (i think).

Is there anyone who knows how to solve this?:)

Code: Select all

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

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/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)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

New member

Posts

Joined
Sat Aug 04, 2018 10:49 pm

Post by paulfeakins » Wed Oct 10, 2018 6:04 pm

What OpenCart version?

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by rutar » Thu Oct 11, 2018 12:34 pm

Version 3.0.0.2..any ideas?

New member

Posts

Joined
Sat Aug 04, 2018 10:49 pm

Post by rutar » Fri Oct 12, 2018 9:34 pm

Anyone?

New member

Posts

Joined
Sat Aug 04, 2018 10:49 pm
Who is online

Users browsing this forum: AdsBot [Google], Shiftcom, SohBH and 426 guests