[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

Re: [PHP] Apache2 PHP4

2002-12-20 Thread Dries Verachtert
Hello, I use the following in my VirtualHost example: VirtualHost a.b.c.d:80 DocumentRoot /a/b/c/d/ ServerName a.be Files *.html SetOutputFilter PHP SetInputFilter PHP /Files /VirtualHost I don't have AddType's for .html. I also still got the following: Directory /a/b/c/d/