PCHomepage
Programmer
Using the same .htaccess that I use for most of my sites, a new one seems to be having a problem. It is wanting to download the PHP rather than to present it which is odd because without the .htaccess, the site works fine. The other sites are all on the same server and this .htaccess works fine for them so what did I miss?
Code:
Options -Indexes
DirectoryIndex index.php
AddDefaultCharset UTF-8
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddType application/x-javascript .js
AddType application/x-shockwave-flash .swf
<Files .htaccess,mysql.php,DBconnection.php,config.php>
Order Allow,Deny
Deny from all
</Files>