I have configured PHP properly with apache. And then i have included AddType application/x-httpd-php3 .php .php3 .phtml in my srm.conf file. And all other .conf files in apache/etc/ folder are also done properly. Apache is getting loaded properly, but when i load a .php file it give a save as dialogue box. Pls help me in solving this problem.
-- karthik
I take it your are on a linux box?
You need to add the file extension in your httpd.conf file as well.
Look for the same (AddType etc) and add .php after the .html (like you have in your srm.conf file
hope this helps