Re: [PHP] Apache2 & PHP4

2002-12-20 Thread Dries Verachtert
Hello, I use the following in my VirtualHost example: DocumentRoot /a/b/c/d/ ServerName a.be SetOutputFilter PHP SetInputFilter PHP I don't have AddType's for .html. I also still got the following: AllowOverride All This was needed to make the AddType in .htaccess file

[PHP] Apache2 & PHP4

2002-12-20 Thread Chase Urich
OK, so I've spent the last 2 or 3 hours looking on the net for this. Can anyone tell me the proper way (with Apache 2.0.40) to instruct apache to process .htm and .html files? I've tried: In /etc/httpd/conf/httpd.conf :: AddType application/x-httpd-php .php AddType application/x-ht