I've moved a site from .aspx to my php server and now i'm trying to preserve the incoming links using rewrite rules in .htacess.
I've tried this:
Code:
#THIS WILL BE DONE FOR EVERY SIMILAR PAGE --->
Redirect /du-represented-dmcs/denmark.aspx http://www.dudmc.com/dmcs-worldwide/dmc-partners/european/24-denmark-dmc
#THIS IS TO CATCH EVERYTHING ELSE--->
RewriteRule ^(.*)\.aspx$ http://www.dudmc.com/
Redirect /Info-Request-Forms/RFP.aspx http://www.dudmc.co.uk/du-service/request-for-proposal
The problem is the second rule seems to overwrite the second and the 3rd.
Without it the redirects work fine.
I'm trying to get this done before google starts losing interest in the existing links..
Thanks
Recent comments
14 hours 16 min ago
23 hours 44 min ago
1 day 34 min ago
1 day 4 hours ago
1 day 8 hours ago
1 day 8 hours ago
1 day 11 hours ago
1 day 21 hours ago
2 days 2 hours ago
2 days 3 hours ago