Difference between revisions of "Taking the website temporarily offline"

From Joomla! Documentation

m (→‎To take your Joomla! website temporarily offline: reducing size of image to prevent div breaking)
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{RightTOC}}
 
There may be occasions when you will make your Joomla! ''website completely unavailable to visitors''<ref> unavailable to visitors</ref>for a short time.  There is a simple switch in the Administrator back-end that enables you to take your website offline very quickly.  It can be returned to service at a later time just as easily.
 
There may be occasions when you will make your Joomla! ''website completely unavailable to visitors''<ref> unavailable to visitors</ref>for a short time.  There is a simple switch in the Administrator back-end that enables you to take your website offline very quickly.  It can be returned to service at a later time just as easily.
  
Line 15: Line 16:
  
  
[[Image:Global config.png]]
+
[[Image:Global config.png|850px]]
  
 
==To put your Joomla! website back online==
 
==To put your Joomla! website back online==
Line 35: Line 36:
  
  
== Using the htaccess method ==
+
== Using the htaccess method (cpanel) ==
  
 
You can limit access to certain resources of your website by password protecting the directories they are in.
 
You can limit access to certain resources of your website by password protecting the directories they are in.
  
Please select the Password Protect Directories icon from your cPanel main page. A list of the directories on your account will appear.
+
To password protect directory with CPanel Hosting Control Panel:-
[[Image:http://www.siteground.com/knox/tutorials/uploaded_images/images/cpanel/image50.jpg]]
 
cPanel - Password Protected Directories
 
  
Select the directory you wish to limit access to. In the new page, please create a username and a password for your user. Select a name that will appear in the login screen and click on the Save button to activate the protection.
+
Login into your CPanel and click on Password Protect Directories
[[Image:http://www.siteground.com/knox/tutorials/uploaded_images/images/cpanel/image51.jpg]]
+
 
cPanel - Password Protected Directories
+
Once you click on Password Protect Directories, you will see a list of directories
 +
 
 +
Click on the directory that you wish to password protect
 +
 
 +
Fill in a Username and Password at the bottom of the page, and click Add / modify authorized user
 +
 
 +
Once user created successfully, just click “Go Back”
 +
 
 +
Now, Check the Directory requires a password to access via the web
 +
 
 +
Fill in Protected Resource Name, actually this is just the message that will show in the login window
 +
then, Highlight the user you just created from the Active Users list and click on Save button below the Protected Resource Name
 +
 
 +
To ensure you directory has been password protected, launch you browser and visit the folder, if browser prompt you to login, your directory has been protected by password!
 +
</noinclude>[[Category:Security]][[Category:Administration FAQ‎]][[Category:Global Configuration Management]]</noinclude>

Revision as of 17:51, 14 October 2012

There may be occasions when you will make your Joomla! website completely unavailable to visitors[1]for a short time. There is a simple switch in the Administrator back-end that enables you to take your website offline very quickly. It can be returned to service at a later time just as easily.

To take your Joomla! website temporarily offline[edit]

To make your Joomla! website unavailable to visitors, replacing it with a simple message, do this:

  1. Log in to the Administrator back-end. To learn how to do this read: Logging in or out of the Administrator back-end.
  2. Click on the Global Configuration button in the main Control Panel or click the Site > Global Configuration menu item.
  3. There are so many configuration options that they need to be divided into separate groups or tabs. Click on the Site tab.
  4. Find where it says Site Offline and change the radio button from No to Yes (see the screenshot below).
  5. Optional: Change the Offline Message to give your visitors some explanation about why your website is unavailable.
  6. Click the Save or Apply toolbar button to implement the new settings:
    • The Save toolbar button will save your changes and return you to the Administrator Control Panel.
    • The Apply button will save your changes but leave you in Global Configuration.
  7. You should see a blue message: "The Global Configuration details have been updated." which confirms that your changes have been saved. Visitors to your website will now see a page with the Joomla! logo and your offline message.


850px

To put your Joomla! website back online[edit]

  1. Log in to Administrator back-end. To learn how to do this read: Logging in or out of the Administrator back-end.
  2. Click on the Global Configuration button in the main Control Panel or click the Site > Global Configuration menu item.
  3. There are so many configuration options that they need to be divided into separate groups or tabs. Click on the Site tab.
  4. Find where it says Site Offline and change the radio button from Yes to No.
  5. Click the Save or Apply toolbar button to implement the new settings:
    • The Save toolbar button will save your changes and return you to the Administrator Control Panel.
    • The Apply button will save your changes but leave you in Global Configuration.
  6. You should see a blue message: "The Global Configuration details have been updated." which confirms that your changes have been saved. Your website will now be back in service.

Note that you can display a customized page during the time that your site is offline. To do so, create a file called "offline.php" and place the file in the home directory of your template. For example, if you are using the rhuk_milkyway template, the offline.php file would go in the directory "<Joomla! home>/teamplates/rhuk_milkyway/".

  1. unavailable to visitors

The site may site be parsable by bots and searh engines and other direct call methods


Using the htaccess method (cpanel)[edit]

You can limit access to certain resources of your website by password protecting the directories they are in.

To password protect directory with CPanel Hosting Control Panel:-

Login into your CPanel and click on Password Protect Directories

Once you click on Password Protect Directories, you will see a list of directories

Click on the directory that you wish to password protect

Fill in a Username and Password at the bottom of the page, and click Add / modify authorized user

Once user created successfully, just click “Go Back”

Now, Check the Directory requires a password to access via the web

Fill in Protected Resource Name, actually this is just the message that will show in the login window then, Highlight the user you just created from the Active Users list and click on Save button below the Protected Resource Name

To ensure you directory has been password protected, launch you browser and visit the folder, if browser prompt you to login, your directory has been protected by password!