Usff wrote: > Whenever I attempt to load a page it asks me to downlad it rather than > just view it > > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > That is what I have in the httpd.conf > > Any ideas?
Add the following: AddModule mod_php4.c I stepped into the same trap :) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
