[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] php4 displays blank page



Hello,

    "AddType application/x-httpd-php .php" is correct, did you ensure to
restart the webserver after you added this directive?  If it works in
the .htaccess files (which are read dynamically at runtime), then it
should work by adding it to srm.conf (or httpd.conf) and restarting
Apache.

    If that isn't the problem, send along some info regarding your
operating system version, and Apache version.

-David Fuchs

----- Original Message -----
From: jramer <jramer@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, August 28, 2001 8:03 PM
Subject: [cobalt-users] php4 displays blank page


> Can anyone give me an idea as to why php4 brings up a blank page? It
will
> work if I put in an AddType directive in an htaccess file.
>
> AddType application/x-httpd-php .php
>
> My srm.conf is configured as such:
>
> AddType application/x-httpd-php3 .php3
> #AddType application/x-httpd-php3-source .phps
> # PHP4 (backwards compatible with php3)
> #AddType application/x-httpd-php .php .php3 .php4 .phtml
> #AddType application/x-httpd-php4 .php3
> #AddType application/x-httpd-php4 .php4
> #AddType application/x-httpd-php4 .php
> AddType application/x-httpd-php .php
> #AddType application/x-httpd-php4-source .php4s
> #AddType application/x-httpd-php4-source .php3s
> #AddType application/x-httpd-php4-source .phps
>
> I've tried varying degrees of the above; as far as commenting and
> uncommenting.
>
> Thanks
> --
> joann
> If anyone here believes in Telekinesis, raise my hand.
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>