Marco Angeli Posted May 22, 2013 Share Posted May 22, 2013 Hi everybody, is there a way to work online with a fresh install and at the same time prevent visits to the new site? For example, in expression engine there's a "system offline" mode: only admins and members can view the site, all the other people get a "coming soon" message. Thanks! Link to comment Share on other sites More sharing options...
sakkoulas Posted May 22, 2013 Share Posted May 22, 2013 hi Marco Angeli http://modules.processwire.com/modules/maintenance-mode/ http://processwire.com/talk/topic/2475-quick-tip-for-testing-on-live-website/ 1 Link to comment Share on other sites More sharing options...
WillyC Posted May 22, 2013 Share Posted May 22, 2013 /site/config.php u set $config->prependTemplateFile = '_init.php'; editamos /site/templates/_init.php: <?php if($user->isGuest()) die('go away.now'); 3 Link to comment Share on other sites More sharing options...
Marco Angeli Posted May 22, 2013 Author Share Posted May 22, 2013 hey, sakkoulas and WillyC, thanks for your quick reply! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now