Hi how can i make one of my sites temporarily unavailable?
Just for the moment as im working with it!
is it a way so it can be only open for me too
Hi how can i make one of my sites temporarily unavailable? Just for the moment as im working with it! is it a way so it can be only open for me too
|
http://www.boonex.com/m/Site_Maintenance_Mode_Mod
You can move Dolphin into a different directory for the duration of the work, but that might freak out your users. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
create a construction page (main.php) and put this in your index page after check_logged(); like this check_logged(); if (!isAdmin) { header('Location: ' . BX_DOL_URL_ROOT . 'main.php'); exit; } this code will display your construction page to all visitors and member but admin can view the site normally but login from www.yoursite.com/administration Good luck so much to do.... |
nice way Praschank25 ... i always did it per htaccess ... http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |