Tony Aldemir wrote:
A rookie question:
Whenever I download and unzip any PHP related solution, the term "unzip it
to your web server's document root" is used. I am using APACHE and my doc
root is the default "C:\Program Files\Apache Group\Apache2\htdocs".
Now if I put all of the PHP code I develop as well as I download into a
single directory, I will have a major file soup soon, which can't be good.
I am sure there is a way to organize my files under the root in different
folders or somewhere else and still have them visible to the APACHE server.
What is the trick here?
Any help will be greatly appreciated.
Regards,
Tony
you can put it in a separate folder (somefolder) in your docroot, and
then access it via http://localhost/somefolder
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php