I am having trouble with my Apache (2.2.10 compiled from source) PHP (5.2.6 compiled from source) and Drupal (6.6 also compiled from source) working together on a Debian 4 computer, and I am not sure which one is the culprit (I am leaning towards Apache). I have Apache set up with a virtualhost so that I can work remotely and check out if things are working. If I try and load
http://192.168.1.13/ it works fine, but if I load
http://192.168.1.13/scripts/ I get a page not found error even though there is a index.php file in the directory but if I load
http://192.168.1.13/scripts/index.php it works fine. I do have AddType and AddHandler in the httpd.conf file for php and phps not sure how to set it so it works from a sub directory. Any help on this will be greatly appreciated.