You are actually trying to create an application in IIS. Just create a virtual directory
"somefolder"
under the "Default Web Site" node in IIS and map it to the physical path "C:/InetPub/wwwroot/somefolder". Use this
address "http://localhost/somefolder/[page]" with your browser to access a web page in the folder.
None
0 Points
278 Posts
rewrite psychical address to virtual?
May 04, 2006 09:00 AM|badbanana|LINK
Hello, if i would like to rewrite:
C://InetPub//wwwroot//somefolder
to:
http://localhost/somefolder/
how do i do that?
None
0 Points
1 Post
Re: rewrite psychical address to virtual?
May 04, 2006 01:48 PM|U.G.O|LINK
Hope that is what you need.