Posted by itbookham on October 2, 2012 at 2:21pm
Hello,
I have recently installed Drupal 7.15. I am in the throes of constructing the home page. How do I temporarily hide it from view, so that it is not seen on the web.
I am sure it is something quite simple.
Many thanks,
Mark
Comments
If your website is under
If your website is under development you can put it into 'maintenance mode' (Configuration => Maintenance Mode ['Development' header]), which should hide everything from anonymous users and put up a maintenance mode message instead.
If you'd rather just hide a specific page, you might want to look into specific permission modules. See Path Access (http://drupal.org/project/path_access) as one example.
I am much obliged for the advice.
Hello,
I am much obliged for the advice.
Mark