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
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
2 matches
Mail list logo