On Wednesday 10 January 2007 13:09, George William Lule wrote:

> Hello Guys,
> Recently I upgraded my laptop from SuSE 9.3 to SuSE 10.1 and ever
> since then, an application I installed there(Care2X) has
> completely refused to run! When I point the browser to
> http://localhost, instead of opening the start page index.php, it
> instead pops up a dialog box asking me where to save the file!

This means your Apache isn't PHP-aware.

> OS: SuSE 10.1
> PHP: PHP 4.3.10
> Apache: version 2.2.0

Were PHP and Apache installed from the SUSE discs, or from source?

If your previous PHP installation is intact, just check to see your 
Apache knows how to handle PHP files; something like this:


# AddHandler for PHP support
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps


<IfModule dir_module>
    DirectoryIndex index.html index.php
</IfModule>

Mark.

Attachment: pgpsjIYHC9IZu.pgp
Description: PGP signature

_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

The above comments and data are owned by whoever posted them (including 
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------

Reply via email to