Re: [PHP-INST] I get a "File Download" dialogue box

2003-02-10 Thread Frank S. Bernhardt
I don't know if the windoze version is the same as the *NIX version but under *NIX if using PHP4 as a DSO you need to add the following to your httpd.conf file: AddModule mod_php4.c and AddType application/x-httpd-php .php Remember to restart Apache. news wrote: I am trying to configure r

Re: [PHP-INST] I get a "File Download" dialogue box

2003-02-10 Thread Stephen Edmonds
Copy of message sent out last time someone had a similar problem: Chances are you've not put the commands in the correct place, instead just copy and pasted them into the config file. LoadModule php4_module C:\PHP\sapi\php4apache.dll This has to be in the same place as all the other LoadModule co