OK so that thread's been pulled for obvious reasons.
Instead, here's how to block certain files from being accessed by any tom, dick*ead or harry:
Open up your .htaccess
Paste in the following:
<Files ~ "\.fil$">
Order allow,deny
Deny from all
</Files>
You can change the .fil to be anything you want.
You can do something similar for .htaccess itself.
See http://www.ducea.com/2006/07/21/apac...in-file-types/
--edit--
I hope this change means an Actinic site will still function?
Instead, here's how to block certain files from being accessed by any tom, dick*ead or harry:
Open up your .htaccess
Paste in the following:
<Files ~ "\.fil$">
Order allow,deny
Deny from all
</Files>
You can change the .fil to be anything you want.
You can do something similar for .htaccess itself.
See http://www.ducea.com/2006/07/21/apac...in-file-types/
--edit--
I hope this change means an Actinic site will still function?
Comment