Eros eros Posted February 8 Share Posted February 8 Hi, we would like to change the URLs of all the articles but naturally we will encounter many 404s. How can we do a general redirect of old URLs to new URLs? Link to comment Share on other sites More sharing options...
pallavigodse Posted February 8 Share Posted February 8 Try using PrestaShop's built-in redirect feature: In PrestaShop 1.7 or higher version go to Shop Parameters > Traffic & SEO > Set Up Redirects and then manually enter the old URL and map it to the new one. Link to comment Share on other sites More sharing options...
Eros eros Posted February 8 Author Share Posted February 8 For each article?!? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted February 11 Share Posted February 11 Hi, If your URLs follow a specific pattern, you can modify the .htaccess file using RewriteRule for bulk redirects. Alternatively, if the redirects are dynamic or unique, you can override classes/Dispatcher.php to handle them programmatically. Regards. Link to comment Share on other sites More sharing options...
Eros eros Posted February 11 Author Share Posted February 11 I saw many module that made this, can they be good? Link to comment Share on other sites More sharing options...
sparkest Posted February 13 Share Posted February 13 You can set up 301 redirects in your .htaccess file or use a module like “SEO Redirect” to handle it automatically. That way, old URLs will point to the new ones without losing SEO value. Visit https://thedentalseoexperts.com/ for more SEO tips that might help with the transition. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now