I tried this code, although it works for some reason, aren't there mistakes in it?
I'm not sure what the best way to correct this is, but here it is...
<Files .+*^$[]()>
ForceType application/x-httpd-php
SetHandler application/x-httpd-php
</Files>
Not sure why it works; is this a regex error? Does this mean I could have an extensionless file with PHP code and images etc. and it would work well, or is there alternative code for this?
(bear in mind this is c&p'd from a PHP scripts forum...)