Prestashop website permament redirect
Hello,
I just moved my prestashop shop from https://icinger.com/shop to https://icinger.com.
But I have customer that bookmarked the old urls + link from other websites. How could I set up permanent redirect from https://icinger.com/shop/* to https://icinger.com/*
I tried to add that in my .htacces
RewriteCond %{HTTP_HOST} ^icinger.com/shop [NC,OR]
RewriteCond %{HTTP_HOST} ^www.icinger.com/shop [NC]
RewriteRule ^(.*)$ http://icinger.com/$1 [L,R=301,NC]
But it didin't work as it seems prestashop is also redirecting.
Regards,
Cédric Icower
I just moved my prestashop shop from https://icinger.com/shop to https://icinger.com.
But I have customer that bookmarked the old urls + link from other websites. How could I set up permanent redirect from https://icinger.com/shop/* to https://icinger.com/*
I tried to add that in my .htacces
RewriteCond %{HTTP_HOST} ^icinger.com/shop [NC,OR]
RewriteCond %{HTTP_HOST} ^www.icinger.com/shop [NC]
RewriteRule ^(.*)$ http://icinger.com/$1 [L,R=301,NC]
But it didin't work as it seems prestashop is also redirecting.
Regards,
Cédric Icower