How can I code the PHP page so that the call for a PHP include goes to a specific folder not just the root. For example I want to call an include in c:\Apache\Include instead of in C:\Apache\Htdocs. I have looked at the vaious .conf, ini's and .inc and I found a includes_path=..\includes\ but this doesn't seem to work.