RE: reading PHP in browser

2000-09-19 Thread Av Aumick
These are the lines that I have in httpd.conf LoadModule php4_module/usr/lib/apache/libphp4.so AddModule mod_php4.c DirectoryIndex index.php index.phtml index.html index.htm index.shtml \ index.cgi index.php3 index.php4 index.phps AddIcon /icons/php4.gif .php3 .php4 .php .phtm

RE: reading PHP in browser

2000-09-19 Thread Kevin Rooney
Do you have these lines in httpd.conf? AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps -Original Message- From: Av Aumick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 3:06 PM To: Redhat-List Subject: reading PHP in browser I just inst