I know that I am an exception in that I am running IIS with PHP in the ISAPI mode but I am not sure how PHP-dig is handling authentication outside of the three lines in the Config line. Bottom line is that I am being denied access to the Seach page if I have not previously logged in through the Admin directory.
Check this link
http://www.duesc.org/site_admin/mana...rch/search.php
I found this when I began to move a copy of the search page to the directory I wanted to use and got a premission denied error refering to the config file.
http://www.duesc.org/search.php
I have the config file: define('PHPDIG_ADM_AUTH','0'); so I should not be getting a program specific login and on the Search Page I dont but I am denied access. Any Thoughts??