I have an index.php file that call require_once('./modules.php'); which in turn calls into a series of php files in a sub-directory under root. The main script is under ./modules/Jig/index.php
All of this is on my IIS server.
I put an echo trail through all of the files and index under root gets called, and calls modules under root, but that is where the trail stops unless I type in the full http://www.mydomain.com/index.php, then it calls into the subdirectory scripts.
Am I missing something? Is there some PHP setting for IIS servers that I am missing or did I just do my modules.php file wrong?