i have the following command in one of my php files:
require("admin/config.php");
where the "admin" directory is password protected.
On my shared server this file executes with no problem.
On my dedicated, however, this file requires the username and password for "admin", the protected directory.
Why is this and how can I override this?
(I am using PHP4.1.2 on the dedicated and 4.2.2 on the shared)