Site: http://aspenchapel.org/
My host upgraded to Apache 2.2 and MySQL 5 and now the home page shows only the php code. (Home page is index - no file extension)
Current .htaccess file contains this:
<Files index>
AcceptPathInfo on
SetOutputFilter PHP
SetInputFilter PHP
</Files>
AddHandler application/x-httpd-php4 index
DirectoryIndex index index.php index.shtml index.html index.htm
Please help!
