Wordpress security tip

You can prevent people from looking inside your directories by creating a file in there called “.htaccess” and adding the following line:

Options -Indexes

This is a good way of doing this, since it then tells the web browser “You’re not allowed in here” rather than having to create blank files to hide your directories :)


About this entry