IIS 7.5 on Windows 2008R2
When our site was upgraded from IIS 6 to IIS 7, we moved the blog from
our-domain.com/blogs/
to
our-domain.com/blog/
(notice new folder is not plural)
(1) How to I setup 301 redirects so that all the web traffic is sent to the new folder?
Example:
http://www.our-domain.com/blogs/index.php/theyre-not-doing-their-jobs/
goes to:
http://www.our-domain.com/blog/index.php/theyre-not-doing-their-jobs/
(2) For understanding, when is rewrite used vs redirect?
TIA.
↧