Jump to content

SEO issue with cart?action=show


Recommended Posts

Hi there, 

I am using prestashop 8.2.1
I get negative SEO Friendly URL Test because my url is:
https://shop.mystore.com/cart?action=show
So, apparently the SEO Friendly URL Test expects that URL to be:
https://shop.mystore.com/cart
and not the current:
https://shop.mystore.com/cart?action=show

I tried to change that in .htaccess with:
RewriteCond %{QUERY_STRING} ^action=show$
RewriteRule ^cart$ /cart? [R=301,L]


It works at the store URL, but it still lists as an error for SEO Friendly URL Test.

Did anyone manage to correct that?
Kind regards
 

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...