<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jensen Somers wrote:
<blockquote
cite="mid:f4ff444b0711130715i1850992akc8cdd35427e637b1@mail.gmail.com"
type="cite">
<pre wrap="">Hello,
On Nov 13, 2007 4:04 PM, Darryl Tidd <a class="moz-txt-link-rfc2396E" href="mailto:darryl.tidd@daaokc.com"><darryl.tidd@daaokc.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I have installed the LAMP stack on Ubuntu, and when I navigate to
<a class="moz-txt-link-freetext" href="http://localhost/test.php">http://localhost/test.php</a> (file I created) Firefox and Konqueror ask me
if I want to save the file instead of opening the page. Suggestions?
--
ubuntu-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>
Modify settings or unsubscribe at: <a class="moz-txt-link-freetext" href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a>
</pre>
</blockquote>
<pre wrap=""><!---->
How did you install LAMP?
The main reason this occurs is an incorrect setup when the Apache
server does not threat the PHP files correctly and sees them as binary
files.
Make sure the correct PHP modules are loaded by the Apache configuration.
- Jensen
</pre>
</blockquote>
Installed via apt-get, I use a2enmod command but see no php modules
listed.<br>
</body>
</html>