How to make your site temporarily unavailable?

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 Tongue outCool

 

Quote · 25 Jan 2012

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
Quote · 25 Jan 2012

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....
Quote · 25 Jan 2012

nice way Praschank25 ... i always did it per htaccess ...

http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro
Quote · 25 Jan 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.