Re: [PHP] install questions

2003-10-24 Thread Burhan Khalid
rogue wrote: i just installed php and when i try to load a php file into the browser through apache, the file downloads instead of being displayed. is this an apache problem or a problem with my php install? This is a problem with your php install (you need to make sure you edit your httpd.conf

Re: [PHP] install questions

2003-10-24 Thread Jonathan Villa
What is your platform? Not that it mattes a whole lot... Make sure the httpd.conf file has #LoadModule php4_modulemodules/libphp4.so LoadModule php5_modulemodules/libphp5.so (whichever is the one you need, probably 4) AddType application/x-httpd-source .phps AddType application

[PHP] install questions

2003-10-24 Thread rogue
i just installed php and when i try to load a php file into the browser through apache, the file downloads instead of being displayed. is this an apache problem or a problem with my php install? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u