How do I add another web site in IIS 6 and make it work properly?
Here are the steps I have done......
New>Web Site, "blueprints"
Path, C:\bpe\docs
Port 81
default page, index.php
Do I need to set up a vdir seperately after creating the web site?
My php works fine if I move a test php file to the c:\inetpub\wwwroot
folder, but it does not work from any other mapping or port
Please note that I wanted this to be a total separate entity from the
wwwroot web site in SBS, localhost works fine, locahost:81 just
goes nowhere.