Hi David
Do you know if there is a way to 301 re-direct all old URLs to all new URLs
{link saved}
redirect to
Thank you Stuart
Hi Stuart,
Say you have (old site) http://www.example.com/folder-name/ to redirect everything to (new site) http://www.example.net/folder-name/ if you put in the top level .htaccess of the old site:
Redirect 301 /folder-name http://www.example.net/folder-name
...that should do the trick!
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Stuart,
Say you have (old site) http://www.example.com/folder-name/ to redirect everything to (new site) http://www.example.net/folder-name/ if you put in the top level .htaccess of the old site:
Redirect 301 /folder-name http://www.example.net/folder-name
...that should do the trick!
Cheers,
David.
--
PriceTapestry.com