Jump to content

Recommended Posts

Solution for multi-language prestashop 1.4.X

 

Go to your database

Find "ps_lang"

Find "iso_code" in "ps_lang" make "char" from 2 to 6

 

then go to "ps_lang" write in "iso_code" from "xx" to "test"

then go to your .htaccess fil and make "xx" to "test"

from this:

RewriteRule ^xx/contact-us$ /prestashop/contact-form.php?isolang=xx [QSA,L]

To:

RewriteRule ^test/contact-us$ /prestashop/contact-form.php?isolang=test [QSA,L]

We have only make a test locall and it WORKS.................

:unsure:thepowerbirds.com

 

And you can get it like this www.thepowerbirds.com/test/4-contact-us

see this for CMS

http://www.prestashop.com/forums/topic/154260-solution-for-seo-friendly-url/page__fromsearch__1

Link to comment
Share on other sites

  • 6 months 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...