I'm developing under Apache/MySql under Win2k. In my php library scripts that I write I do my include paths like :
/apache/phplib/whatever.php.
After I upload my scripts to my hosting services server, I have to kill the /apache. Does someone know a way to modify apache so on my system I can drop the /apache rather than having to change it before uploading to the hosting server or installing apache in the root dir on my windows machine?
When you install apache you can set your document root to whatever you want. Mine is d:\phpscripts2. The installation process will automatically include that path in some spots in php.ini or httpd.conf. Then, you have to make sure you enter that path in the appropriate places as indicated in the installation instructions.
Bookmarks