Hiding content in directories
You can hide part or all of the content in your folders using this tutorial.Firstly, open up your .htaccess file.
You can hide all your content using this code:
IndexIgnore *
If you want to hide just some file types use this code:
IndexIgnore *.png *.gif *.jpg
If you want to show your content, insert this code:
Options +Indexes
I hope this Helped! Please link back if so!
Tutorial © Michelle @ Candy-Delight.net

