
April 30th, 2007, 01:40 PM
|
 |
I lov C in AIX/Linux, hate C++
|
|
Join Date: Jul 2003
Location: Jacksonville, Florida
|
|
|
Iis 6 - virtial / alias directory path..
Hi!
I'm using IIS 6 and I wanna know is how to do the virtual directory path or alias file path.
For example, I have 2 seperate folder, "c:\website\testcase1\www\Default1.aspx" and "c:\website\testcase1\ssl\Default2.aspx". In the web browser I would see the "http:\\www.test.com\Default1.aspx" for the "www" folder and the "https:\\www.test.com\Default2.aspx" for the "ssl" folder.
How can that be done? I need to keep the non-ssl files and ssl files seperate.
Thanks...
|