Jump to content

Url rewriting issue in seach.php url after upgrade to prestashop 16


Recommended Posts

I am using apache mod_rewrite I need to perform a url rewriting in .htaccess file


All the url of this type :


  • el/search.php?orderby=position&orderway=desc&tag=Perugia+Sienna
  • el/search.php?orderby=position&orderway=desc&tag=Perugia
  • el/search.php?orderby=position&tag=Perugia

is not working after upgrade in the latest version of Prestashop


I need to rewrite them as follow:


  • el/search?orderby=position&orderway=desc&tag=Perugia+Sienna
  • el/search?orderby=position&orderway=desc&tag=Perugia
  • el/search?orderby=position&tag=Perugia

so basically in need to remove the .php from the url


what is the best way to do that;


Edited by giasemis (see edit history)
Link to comment
Share on other sites

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...