We have a production machine running Window Server 2003. Previously, development took place in a WAMP environment but a few users are moving to IIS.
The issue is, we have a directory on the server called /home/ that when visited, directs all information elsewhere.
For instance
yourwebsite.com/home/
would actually point to
yourwebsite.com/tabular/
without redirecting the page (i.e. the path wouldn't change)? How is this possible in IIS7.5?
Thanks,
Sam