Also make sure that the directory is below the doc_root that is set in the
php.ini file


ie: 
---------------------
php.ini
---------------------
doc_root = /html


---------------------
directory example
---------------------
|-/root
    |-/http
        |-/cgi-bin (PHP will not run here)
        |-/html (PHP will run here)
            |-whatever (PHP will run here) 



Robert W. Collins II
Webmaster
New Orleans Regional Transit Authority
Phone : (504) 248-3826
Email : [EMAIL PROTECTED]


-----Original Message-----
From: J Smith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 27, 2002 9:24 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: Keeping PHP out?



What are the permissions like on that directory? Does the user/group that 
runs your PHP process have read permissions on that directory?

J


Spyproductions Support Team wrote:

> 
> Does anyone know if there is such a thing, maybe by writing in perl or
> even writing in a configuration file, as keeping PHP out of a certain
> directory or directory structure?
> 
> I'm trying to figure out why PHP is not working in one of my directories;
> I can tell you there is a good amount of perl/cgi in it.
> 
> Thanks,
> 
> -Mike


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to