Re: [us...@httpd] PHP files not being processed. SOLVED

2009-02-01 Thread Chris Rehm
Thank you so much. It was a typo in the addhandler statement and the referenced article got me to it in minutes. - Original Message - From: "Eric Covener" To: Sent: Sunday, February 01, 2009 9:59 AM Subject: Re: [us...@httpd] PHP files not being processed. On Sun, Feb

Re: [us...@httpd] PHP files not being processed.

2009-02-01 Thread Eric Covener
On Sun, Feb 1, 2009 at 12:49 PM, Chris Rehm wrote: > However, when I try to process a PHP file, even a simple "hello world" type > tutorial.php, the files are not processed but are treated as some other > type of object. That is, a download dialog is opened for them and I can > either "open" or "

[us...@httpd] PHP files not being processed.

2009-02-01 Thread Chris Rehm
I have recently installed Apache 2.2 on Windows Vista. I followed a video tutorial from the web, everything seemed to go fine and the server appears to be functioning fine. I can use it to serve html files using the localhost prefix and it functions as part of my web development process. Howev