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...
Nickz Posted February 8 Share Posted February 8 Nothing in IT is automatic. There is no magic in IT. You need to initiate any action. 1st what is naturally for you? You could make the 404 a sitemap. Nicely designed, you might archive that searcher keep searching. Link to comment Share on other sites More sharing options...
Eros eros Posted February 8 Author Share Posted February 8 You're right, I expressed myself badly but I didn't understand your advice. I'll give you an example: if I change from www.miosito.com/id-article.html to www.miosito.com/products/article how can I redirect to the second if I type the first one? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted February 13 Share Posted February 13 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...
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