s4talk
Web talk => Web source code & instructions => Topic started by: sundar on July 14, 2020, 09:33:22 AM
-
Here we can remove the prestashop language ID from the url by using htaccess method
have to place this htaccess file in root folder of the domain
RewriteEngine on
RewriteRule ^en\/?(.*)$ "https\:\/\/Your shop url\.in\/$1" [R=301,L]