I understand .htaccess and mod_rewrite on a fairly basic level, and have just started learning ForceType and SetHandler directives.
This is my .htaccess file for my domain, testsite1.localhost (only accessible via 127.0.0.1 as indicated in the URL):
<Files .+*^$[]()>
ForceType application/x-httpd-php
SetHandler application/x-httpd-php
</Files>
What does the part after files mean? For some reason it seems to work, although I'm not sure why.
Please can someone help? I've been learning about this off Google, but other users' experience with this is welcomed!
Thanks