<opal7313@yahoo.fr> wrote:
[color=blue]
> Hello,
>
> I have some difficulties to use phpMyAdmin on my ppc; I am working on
> panther 10.3.7 and php is already installed. I put phpMyAdmin directory
> in /Library/WebServer/Documents/ ; I adapted the config.inc.php of this
> application to have the good authorizations, the absolute uri... I
> check the httpd.conf to see if option to execute php were ok :
> apparently they were but.... when I tryied to open on a browser the url
>
http://HOME/phpMyAdmin/index.php : I just manage to open the code
> source without the ability to interprete it....
> I made a mistake but where? Is there some crucial points to verify in
> httpd.conf ...
> any hepl is welcome!!
>[/color]
PHP is disabled by default in OS X. You need to enable it in
/etc/httpd/httpd.conf
Using your favorite text-editor on httpd.conf, find the lines:
#LoadModule php4_module libexec/httpd/libphp4.so
and
#AddModule mod_php4.c
uncomment these, save, and restart web-server
--
erik