Add this to your httpd.conf file: AddType application/x-httpd-php .php .phtml
..and restart your server. -- Jim >>> "Patrick Fowler" <[EMAIL PROTECTED]> 10/30/03 12:10PM >>> sorry I forgot to add this info. When I try access the index..php file it tries to download. I checked all of the config files and all looks good I can't find out why php will not work. RH 9 Apache 2.0.48 "Patrick Fowler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Folks, > > I did the fillowing install > > ./configure --prefix=/www --with-mysql --withmssql=/usr/share/freetds --with > -apxs=/www/bin/apxs --enable-track-vars --with-config-file-path=/www/conf > > > httpd.conf > # LoadModule foo_module modules/mod_foo.so > LoadModule php4_module modules/libphp4.so > > I can't get php to work.. Thanks for your help. > > Patrick