Securing of files and directories is an important thing any VA Admin should do. It's simple by creating a file in your webroot called .htaccess, placing the following in there:
# Some basic security for phpVMS files
# Thanks to mark1million
Options All -Indexes
<FilesMatch "\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh|tpl)$">
Order Allow,Deny
Deny from all
</FilesMatch>
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.