On Sat, Dec 06, 2003 at 07:46:07PM -0000, Shaun wrote:

> I have installed PHP and Apache but when i try to view a PHP file i.e.
> http://127.0.0.1/hello.php i get a dialog box asking me if i want to open or
> save the file?
> 
> Any ideas why this is happening?

Assuming, your Apache is configured to load the php module:

Your Apache is not configured to handle .php files. You need
to add directives in httpd.conf for PHP files.

See PHP installation docs.

-- 
Aj.
Sys. Admin / Developer

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

Reply via email to