From: <ev...@ly...> - 2002-10-21 14:29:43
|
He would probably add index.php after a line in the httpd.conf so that "DirectoryIndex index.html" would become "DirectoryIndex index.php index.html" Hope this helps further :) On Monday, October 21, 2002, at 04:04 PM, Jakob Peterh=E4nsel wrote: > Hi.. > > On mandag, okt 21, 2002, at 15:49 Europe/Copenhagen, Jackson Myers=20 > wrote: > >> I cant figure out how to enable PHP. The apple document says to=20 >> edit, ltconfig, but I can't find this tile... >> any help would be appreciated! > > If you're running OS X, you need to enable PHP in the Apache config=20 > file: > /private/etc/httpd/httpd.conf > > Un-comment (or add) > > #LoadModule php4_module -> LoadModule php4_module > #AddModule mod_php4.c -> AddModule mod_php4.c > > and add: > > AddType application/x-httpd-php .php > > Hope it helps.. > > Jakob Peterh=E4nsel > > "Tell me why, don't we try, not to break our hearts > and make it so hard for our selfs" > P.S.B. 1987 > > Email: ja...@hj... > AIM: Marook |