I can't seem to get PHP to play nice with virtual directories I'm setting up in IIS. Let's say my IIS wwwroot is C Inetpub\wwwroot. We keep all the projects in \prj\, and I want to test out my new ...
I maintain a number of Web sites outside my day job. Nothing major -- a church Web site, a small PHP Web site for the salon my wife works at and a hot-lunch-ordering Web site for my kid's school.
So I followed the directions given in the posts on this forum to setup an FTP site in IIS using XP: First, you disable anonymous access in IIS. Next, you create a group(s) for the users. Then you ...