Post by Daniuz » Sun May 22, 2016 11:56 am

My problem is that when I go to

website/Creatinas

it redirects to

website/index.php?_route_=Creatinas

and I want it to go to:

https://supletech.cl/Creatinas

Any help is very appreciated. Thank you!

--------------------------------------------

*SOLVED*

Add this to .htaccess file:

RewriteCond %{THE_REQUEST} \ /index\.php\?_route_=?([^&\ ]*)
RewriteRule ^ /%1? [L,R]
Last edited by Daniuz on Fri Aug 24, 2018 1:55 am, edited 2 times in total.

Newbie

Posts

Joined
Sat Apr 16, 2016 7:53 pm

Post by Daniuz » Sun May 22, 2016 12:13 pm

*SOLVED*

Add this to .htaccess file:

RewriteCond %{THE_REQUEST} \ /index\.php\?_route_=?([^&\ ]*)
RewriteRule ^ /%1? [L,R]

Newbie

Posts

Joined
Sat Apr 16, 2016 7:53 pm

Post by sanshay » Fri Jun 30, 2017 3:03 am

This solved the issue.
But not when you go to next product page or prev product page.
It redirects me back to the first product page and not to the seourl=page2 or page3

Anyone solution?

Active Member

Posts

Joined
Fri Jan 25, 2013 8:49 pm

Post by azusdex » Sun Dec 24, 2017 2:12 am

RewriteRule ^ /%1? [L,R] - Remove this

Newbie

Posts

Joined
Fri Jun 09, 2017 7:35 pm

Post by raconul » Sat Sep 08, 2018 3:05 am

RewriteCond %{THE_REQUEST} \ /index\.php\?_route_=?([^&\ ]*)
RewriteRule ^ /%1? [L,R]
sanshay wrote:
Fri Jun 30, 2017 3:03 am
This solved the issue.
But not when you go to next product page or prev product page.
It redirects me back to the first product page and not to the seourl=page2 or page3


Anyone solution?
does anyone know, how to fix the "category - go to next page url" problem?

User avatar
New member

Posts

Joined
Thu May 18, 2017 1:54 am

Post by PiotrCB » Fri Jan 25, 2019 8:57 pm

Hey guys,
To resolve problem with pages not working properly you need to put rewrite command at the end of all ReWrite commands. That will do the work.

Newbie

Posts

Joined
Tue Mar 29, 2016 10:36 pm

Post by raconul » Tue Apr 23, 2019 10:40 pm

does anyone know, how to fix the "category - go to next page url" problem?
anyone?

User avatar
New member

Posts

Joined
Thu May 18, 2017 1:54 am
Who is online

Users browsing this forum: No registered users and 177 guests