Posts

Showing posts from July, 2011

Redirecting a Specific File with IIS 7

This took me about an hour to figure out. There's seemingly NO  documentation that's accurate about how to redirect a specific file rather than a directory or entire site with Windows Server 2008 IIS 7. Why must things be so complicated with Windows Server that are so simple on other server OS's? Whatever. Let's just clear this up right now. Make sure you have the HTTP Redirector feature installed for your IIS role. Drill down to the specific file you'd like to redirect. Right-click the file and choose Switch to Feature View. Double-click HTTP Redirector. Specify the new redirect location and other config options to your preference.