<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Soo-Hyun,<br>
<br>
I just want to explain that your problem has nothing to do with
FireFox. The problem is with Apache. PHP files are parsed through the
PHP preprocessor when your browser makes a query from the web server.
If you were to try and load the files directly into firefox, you would
either get the source code, or firefox would try and download the php
files. Thus, you must make sure that you are accessing them through the
Apache server, and that the httpd.conf file is setup correctly to
forward *.php files to the php preprocessor.<br>
<br>
Hope that makes it a bit clearer.<br>
<br>
Regards,<br>
Ralfe<br>
<pre class="moz-signature" cols="72">"Open the Doors and Smash the Windows."
=======================================
RALFE POISSON
Systems Analyst
ModernAbstraction
<a class="moz-txt-link-abbreviated" href="mailto:email:ralfe@modernabstraction.za.org">email:ralfe@modernabstraction.za.org</a>
web: <a class="moz-txt-link-abbreviated" href="http://www.modernabstraction.za.org">www.modernabstraction.za.org</a>
=======================================
</pre>
<br>
<br>
Soo-Hyun Choi wrote:
<blockquote
cite="midf64556f70512260738y31b39dfcjebc7eaca6b50cd9f@mail.gmail.com"
type="cite">
<pre wrap="">Thanks!
I already went through the relevant steps that you have forwarded to
me. But, the Firefox still doesn't understand the php file. (It just
open the file with a text editor. I forced to open the php file with
Firefox, but it just open a new window asking to open with a text
editor.)
What sort of problem would this be?
On 12/26/05, albi <a class="moz-txt-link-rfc2396E" href="mailto:albi@scii.nl"><albi@scii.nl></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">On Mon, 26 Dec 2005 15:03:59 +0000
Soo-Hyun Choi <a class="moz-txt-link-rfc2396E" href="mailto:soohyunc@users.sourceforge.net"><soohyunc@users.sourceforge.net></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I am trying to install Gallery (<a class="moz-txt-link-freetext" href="http://gallery.sourceforge.net/">http://gallery.sourceforge.net/</a>).
Before I install this, I needed to install PHP on my system. I
installed PHP using 'sudo apt-get install php5' and installation went
with no problem.
However, whenever I try to open 'index.php' with Firefox web browser,
it cannot recognize the php file such that it tries to open it with a
text editor. (Firefox and Mozilla can never open the php file.)
</pre>
</blockquote>
<pre wrap="">install libapache2-mod-php5
see also :
<a class="moz-txt-link-freetext" href="http://help.ubuntu.com/starterguide/C/faqguide-all.html#installphpapache">http://help.ubuntu.com/starterguide/C/faqguide-all.html#installphpapache</a>
--
grtjs, albi
gpg-key: lynx -dump <a class="moz-txt-link-freetext" href="http://scii.nl/~albi/gpg.asc">http://scii.nl/~albi/gpg.asc</a> | gpg --import
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
</body>
</html>