[thelist] PHP - While Loop

Nemesis nemesis at nemesis1.f2o.org
Sun Aug 17 13:27:20 CDT 2003


fstorr wrote:

> Kath wrote:

> 
> Yep - that's the correct file.  What you're looking for is this 
> (assuming your PHP is installed at c:/php/):
> 
> ScriptAlias /php/ "c:/php/"
> AddType application/x-httpd-php .php
> Action application/x-httpd-php "/php/php.exe "
> 
> I had to add that into the httpd.conf file myself to get Apache to parse 
> the PHP.  Although, if you're saying that you've already got PHP running 
> correctly, then I don't know.  If you do need to add that section of 
> code, you'll need to stop and re-start the server for it to take effect.
> 


  Don't do this! The above is outdated and will cause php to run from
the cgi binary.You  said in previous post that it was only affecting the
one page.  If that is correct, then it is most likely a path problem.
1. Are you using includes on the page?
2. Are you working outside of htdocs?


Gary

-- 
The Nemesis Project
Now Has Forums
http://nemesis1.f2o.org
One Stop CSS




More information about the thelist mailing list