How to further secure directories on your site?
A quick way of securing directories that you don’t need for direct access is by placing a .htaccess file with this code in it:
Order Deny, Allow
Deny from All
The administrator/backups folder is one of the folders you can use to secure with the above code, since you can use a ftp client to download the backups from it. Read more →
