|
Hi,
I'm moving a domain of mine to a new URL and I want to 301 redirect spcific sections to parts of the new site.
For example,
All pages must be redirected to example.com
apart from pages in the, /forum/ directory that must be redirected to,
example.com/forum/
I also want to redirect some specific pages, such as,
example.com/folder/page.htm to new example.com/folder/page.htm
How should this be done through .htaccess?
|