Topic: Offline FA

Dear.. team.
For the purpose of maintenance (Backup, etc), preferably in the offline website. How to make our website offline....like CMS(Joomla)

Tanks
Nsl

Re: Offline FA

The easiest way (without coding) and assuming your htaccess puts .html ahead of .php is to simply make an index.html file and copy it into your root directory.
You could also swap in a spare index.php that just echo's that the system is currently not available.
Other than this, you could make a simple mod to index.php that checks a global variable eg. in config.php and displays 'system unavailable'.