Friday, February 4, 2011

Prevent Bots from searching your Portal DATA

Because bb2 is web based the chances of a web boot (like google) caching some data files stored in your portal directory is very likely. In order to bypass your core data been available to the world add the following the the route of your web_folder in this case we will assume bb2 is installed in
/var/www
Within the the /var/www directory add the following to the .htaccess file

IndexIgnore *

This file needs to be saved now. Once saved your subdirectories will no longer be brows eable to the world.

No comments:

Post a Comment