Keith
Keith

Reputation: 2628

IIS7 redirect to another site but show the original URL in browser

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

Answers (1)

Keith
Keith

Reputation: 2628

The solution is given in the comment -- create a Reverse Proxy inbound rewrite rule. See tip #7 here.

Upvotes: 0

Related Questions