Helicon ISAPI_REWRITE for masking folder
- by Brian
Hello,
I would like to use the ISAPI_REWRITE module to rewrite a url:
www.site.com/app/
to
www.site.com
So that the user doesn't see the folder where the application is... the reason why isn't important, but essentially I need to mask this folder due to an IIS structure change.
Any help would be appreciated. I need to remap any requested file in the app directory and any related subdirectory to the main URL.
Thanks.