Alexander Lindstedt wrote:

>Hi!
>I have some kind of a strange problem. When i try to access php pages on my
>apache server running php4 internet explorer wants to download the files...
>i dont know what to do to correct this problem, and i am almost sure that I
>followed the instructions correctly.
>This shit is pissing me off!
>Help!
>
Offering to download a file is normal browser behavior if it does not 
know anything else to do with the file. With php, the webserver realises 
that it should not simply send the file to the browser but pass it to 
php to interpret by the "AddType" line in /etc/httpd/conf/httpd.conf (I 
don't know where the location is in windows). It appears that you have 
not followed this part of the instructions (at least I hope it was there 
in whatever instructions you followed). Don't forget to restart Apache.

HTH
Chris

>
>
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to