![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Can't get PHP to work with Apache
From: <"B>
Date: Tue Jul 26 2005 - 07:26:35 CEST
Andy Hassall wrote:
This worked! Thanks!
I find it strange that the line Apache generates for itself is:
AddType application/x-http-php .php .phtml
and it's wrong. The correct one is
AddType application/x-httpd-php .php .phtml
Thanks again
|