ERROR: You are downloading this file

My site is using PHP and all of the sudden I got this error

Below is my httpd.conf

AddType text/xml .xml
#
# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
# For example, the PHP 3.x module (not part of the Apache distribution - see
# http://www.php.net) will typically use:
#
#AddType application/x-httpd-php3 .php3
#AddType application/x-httpd-php3-source .phps
#
# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php .php4 .php3
AddType application/x-httpd-php-source .phps

AddType application/x-tar .tgz

 

 

 

 

Top