I don't even know if this counts as a basic or an advanced question.  Shows 
how much of a newbie I am.  :)

I'm trying to configure my Apache server to parse out all of my PHP scripts 
to run a particular CGI script when a PHP page is served.

I know that in order to parse out HTML pages, I add this to my Apache 
configuration file:

         Action text/html [cgi script named here]

What do I add to make it work for PHP pages?  I tried

         Action text/html/php [cgi script named here]

Help!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to