Web Hosting Talk







View Full Version : ERROR: You are downloading this file


certify
12-02-2002, 07:42 AM
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

Darth
12-02-2002, 08:36 AM
Got a url to the error....?

certify
12-02-2002, 08:39 AM
Opps sorry...

http://www.certifyexpress.com

jahsh
12-02-2002, 04:43 PM
looks as though this issue was resolved

nozol
12-02-2002, 05:20 PM
check the line of

loadmodule mod_php4.so

if it is commeted out, just uncomment it and restart apache.

hope this helps