BD> ScriptAlias /php/ "c:/php/"
BD> AddType application/x-httpd-php .php
BD> Action application/x-httpd-php "/php/php.exe"
BD> That was added at the bottom of the httpd.conf file.
BD> Then I ran the php.exe -i command and it ran correctly and sent out html.
BD> but when I try and access a script that I made, it doesnt parse the script,
BD> it leaves the php source.  My guess is that apache is not sending the .php
BD> files to the php.exe file, and therefor is not getting parsed, but I cannot
BD> figure out why.  Any suggestionts??

First get rid of the "" around the action; that sometimes causes
problems.

Next, look for a hidden file extension of txt on the end of your
script file name.

Finally, verify that you restarted httpd after making changes to
httpd.conf.



           Julie Meloni 
        [EMAIL PROTECTED]
"PHP Essentials" & "PHP Fast & Easy"
     --- www.thickbook.com ---


-- 
PHP Install 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