Reetu Singh wrote:

I have a problem with running PHP in modular form as I want to store the global PHP_AUTH_USER which i can not use in the cgi version. When i run .php3 files it just displays the php files as such. And also I am unable to run the cgi files on the apache. Can any one help me.
Look in /etc/httpd/conf/httpd.conf for the AddType line for php. It probably only has ".php" at the end. If you want files ending in ".php3" to also be sent to php you will have to add that extension onto the end of that line. Don't forget to restart Apache.

HTH
Chris


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



Reply via email to