I cannot get .htaccess rewrite rule to work with my Prestashop site
问题 Okay, I used an automated generator to generate a custom URL for my prestashop site in the .htaccess file, but it does not work. Any ideas? the original URL is: http://www.example.com/de/suche?controller=search&orderby=position&orderway=desc&search_query=mutter&submit_search=OK the rewritten url should be: http://www.example.com/search/position/desc/mutter/OK.html and the rewrite rule I have in the .htaccess file is: RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)/([^/]*)\.html$ /de/suche