How to we switch the site off to the public?

Hi guys, How to we switch the site off to the public?

Thanks.

Jason.

Quote · 25 Jul 2011

though its not fool-proof, but you can create an index.html file and drop it in root of the account, with some message indicator or redirect to google.com or something. then you will call the site via index.php when you are testing or whatever........

 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 26 Jul 2011

Dolphin doesn;t have this function but you can block access to the domain name to the public on your server in CPanel

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 26 Jul 2011

or if your not using any control panel open .htaccess in root folder and add this to it.

<Limit GET POST>
order deny,allow
deny from all
allow from 10.0.0.0
</Limit>

Add as many IP's as you like repeating the allow from line...

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 26 Jul 2011
 
 
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.