hi folks
i m building my site in drupal 7 and it's still in progress
in the meantime google discovered me and started to show up my pages in search results... people starting to access my internal content jumping my custom front page...
i would love to avoid this.

what is the best solution you suggest?
i've seen modules like Node Access but i don't know if it's the good solution to do that... al i want is to redirect all the anonymous user to the home page at the moment and i ll make the site access to everyone when it will be ready.

i m afraind that node access module will make a mess in my database and i m afraid to mess up things

any tips?

Comments

pixelsweatshop’s picture

Put the site in maintenance mode. /admin/config/development/maintenance

Also, in your robots.txt. add Disallow: /*

vladimirkomarek’s picture

actually could be the easiest solution
if i just could use full html for the temporary page...
but thanks

yelvington’s picture

HTTP Basic authentication, configured at the webserver level, i.e. Apache or Nginx.
The Shield module.
The Restrict IP module.