For some reason, Apache is not setting the MIME type correctly for PHP files. There should be an entry for PHP/php in conf/mime.types; if not, you'll need to put in a AddType directive in httpd.conf as specified at (
http://httpd.apache.org/docs-2.0/mod/mod_mime.html#addtype) to map .php and .PHP to text/html. You might also want to make sure there are no ForceType directives(
http://httpd.apache.org/docs-2.0/mod/core.html#forcetype) affecting the directory where the index.php file is.
==Joseph++
Jim B wrote:
> with IE I get the output that can be viewed by the web browser (the way
> it is supposed to look) with Firefox I just get the message asking me to
> open the file with another application or save the file.
>
> The file is called index.php
>
> Jim
>
>
> On 6/2/05, *Kevin Brown* <kevin_brown@qwest.net
> <mailto:kevin_brown@qwest.net>> wrote:
>
> > Thank-You for the help it is now working.
> >
> >
> > Here is the strange part I can load php pages in Microsoft IE fine but
> > with Mozilla Firefox I am asked to either save the file or to open
> with
> > another application....
>
> I'm not sure I'm understanding. Under IE you get the html or is it
> displaying the php code?
>
> If you are getting the output of the php rather than the raw php, then
> something isn't quite right with your settings for apache as it should
> be telling the browser that the data is of type html.
>
> If you are seeing the raw php, then you have something else wrong with
> your configs, but either way, it isn't the browser, but the server
> config.
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> <mailto:PLUG-discuss@lists.plug.phoenix.az.us>
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss