Helicon ISAPI_REWRITE for masking folder
        Posted  
        
            by Brian
        on Server Fault
        
        See other posts from Server Fault
        
            or by Brian
        
        
        
        Published on 2010-04-09T16:24:43Z
        Indexed on 
            2010/04/09
            16:33 UTC
        
        
        Read the original article
        Hit count: 468
        
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.
© Server Fault or respective owner