Dear Karan, For apache to identify the php file you have to uncomment the following..
LoadModule AddModule <IfModule mod_php4.c> AddType application/x-httpd-php .php4 .php3 .phtml .php AddType application/x-httpd-php-source .phps </IfModule> There may be other parameters and just uncomment them even for php3. And put index.php & index.php4 in you DirectoryIndex directive in httpd.conf Now squirrelmail comes with a perl file. You config it in accordance with your settings..(conf.pl) run it 'perl /path/to/conf.pl ' would be very fast to configure it. Read the INSTALL file along with squirrel mail to create two dirs to have mails & there user specific settings. Also install IMAP to work with squirrelmail. Regards, -Yash On Friday 08 March 2002 02:18 pm, Karan Singh wrote: > Dear sirs, > I have loaded RH7.2 in my computer and enabled apache web server. I want > to enable web mail on this server(squirrelmail ver 1.2.5) which uses > PHP. I have PHP-4.0.6-7 on > this machine. When I want to open index.php in the browser it only reads > the text contents of the file. I want to enable the broser to accept PHP > files which are needed in the web-mail. > Please help. > regards, _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
