Reputation: 2628
I have a company website hosted on IIS7 (i.e. website.com) and a blog site hosted on Apache (i.e. blogsite.com). Both sites are located on different physical machines with different domain names.
For SEO purposes, I would like create a virtual directory for the blog content on the website and redirect to the blog site while maintaining the original URL such that:
http://website.com/blog redirects to http://blogsite.com but the browser's address bar still displays http://website.com/blog. Is this possible in IIS 7?
Upvotes: 0
Views: 8731