robbie007 Posted February 8, 2013 Share Posted February 8, 2013 (edited) Our old domain is made in plain html. Now we want to redirect old URL's to new Presta URL's. So let's take these exemples: www.ourdomain.com/tennis-shoe-abc.html redirecting to www.ourdomain.com/tennis-shoe-blue.html and www.ourdomain.com/tennis-shoes.html to category tennis shoes www.ourdomain.com/tennis-shoes How to make these redirects?? Edited February 8, 2013 by robbie007 (see edit history) Link to comment Share on other sites More sharing options...
doubleD Posted February 8, 2013 Share Posted February 8, 2013 How to make these redirects?? You will need to edit .htaccess file. Read this one. Example: redirectMatch 301 ^/tennis-shoes.html$ http://www.ourdomain.com/tennis-shoes Link to comment Share on other sites More sharing options...
robbie007 Posted February 8, 2013 Author Share Posted February 8, 2013 Wow, that's a good article! Hope I get it done. Thanks mate! Link to comment Share on other sites More sharing options...
El Patron Posted February 8, 2013 Share Posted February 8, 2013 and if you would like an easy way to manage your redirects, see here: Link to comment Share on other sites More sharing options...
robbie007 Posted February 8, 2013 Author Share Posted February 8, 2013 Hey Double D, it works!! Anyone a good suggestion to scrap all url's from site (just URL's, no title tags and other meta)?? Link to comment Share on other sites More sharing options...
doubleD Posted February 8, 2013 Share Posted February 8, 2013 (edited) Hey Double D, it works!! Anyone a good suggestion to scrap all url's from site (just URL's, no title tags and other meta)?? There are a lot of tools like this one to extract urls. You can also use sitemap generators If you have sitemap.xml of previos website, just take urls from there... And there are firefox/firebug addons for this task Edited February 8, 2013 by doubleD (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts