I would like to keep my PHP source code for different projects separate. How do I do this, if my development environment is running:
Apache
MySql
PHP
on a Windows 98 SE box?
My current localhost points to C:\phpdev\www
In my browser, when I go to: http://localhost/
I can see some of the directories and files in the www directory but not all of them. I tried to place some source code for one project in a directory under www in Windows Explorer, but I couldn't "see" that directory through IE via the localhost....
Why is that?
My guess is that it might be a configuration file but I am unsure.
Any assistance would be appreciated. Thanks.