-1

We used to have our website on a directory like this www.example.com/web/ and now we moved to IIS and removed the "web" directory.

How do I redirect the requests from www.example.com/web/ to www.example.com/ in IIS? And is it possible to only redirect the "/web/" directory?

Many of our visitors had bookmarks so now they are seeing dead links.

HBruijn
  • 77,029
  • 24
  • 135
  • 201
Nick
  • 101
  • 4
  • The jargon is to *"rewrite"* requests or to create a *"rewrite rule"* in the IIS Rewrite Module. – HBruijn Nov 16 '15 at 11:09

1 Answers1

0

Install and configure the URL Rewrite module

http://www.iis.net/downloads/microsoft/url-rewrite

Steve365
  • 1,263
  • 9
  • 16