I installed Apache 1.3 from 1.2.6 on freebsd 4.0
It trys to download the page / from the web site whenever I enter a directory address and not a specifice site. Like www.silly.com
I am running FreeBSD 4.0 and Apache 1.3.
I have the following lines in httpd.conf.
LoadModule php4_module modules/mod_php4-4.0.0-module-mysql-mcrypt-ftp-imap-freetype-gd-xml.so
DirectoryIndex index.php index.php4 index.php3 index.cgi index.html index.htm
AddType application/x-httpd-php .php .php3 .php4 .html
AddType application/x-httpd-php-source .phps
The addtype has .html because i want to run php on html pages. On other servers it works fine. And i was wondering why it does it on that one.
Whenever i remove .html from the httpd.conf file it doesn't try to download anything.
Why is it doing this?
Any help would be great
Thanks,