Difference between revisions of "How can you view a live site while developing, but hide it from others?"

From Joomla! Documentation

(Tidied up)
m (removing 1.0 and 1.5 version markers and references)
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=== Introduction ===
+
{{version|2.5,3.x}}=== Introduction ===
  
 
The method described below should be used for relatively minor modifications, such as adjusting menus or quickly reorganizing content sections. More complex tasks, such as installing new components or adjusting complex configuration settings should be performed and tested on a development server first. Not only does this keep your public site up and running, but it also lets you test at your leisure, thus reducing errors. One way to do it is to create a sub-domain (i. e., dev.yourdomain.com) and install Joomla! there just as it is installed on your public site.
 
The method described below should be used for relatively minor modifications, such as adjusting menus or quickly reorganizing content sections. More complex tasks, such as installing new components or adjusting complex configuration settings should be performed and tested on a development server first. Not only does this keep your public site up and running, but it also lets you test at your leisure, thus reducing errors. One way to do it is to create a sub-domain (i. e., dev.yourdomain.com) and install Joomla! there just as it is installed on your public site.
Line 9: Line 9:
 
#: <pre>This site is down for maintenance. Please check back again soon.</pre>
 
#: <pre>This site is down for maintenance. Please check back again soon.</pre>
 
# While you are logged into the Back-end administrator system, you can still view the Front-end, by  
 
# While you are logged into the Back-end administrator system, you can still view the Front-end, by  
#* in Joomla! 1.5 {{JVer|1.5}}: clicking the Preview link in the top right corner
+
#* {{JVer|3.x}}: clicking the site name in the top left corner
#* in Joomla! 1.0 {{JVer|1.0}}: choosing Site > Template > Preview.
+
#* {{JVer|2.5}}: clicking the Preview link in the top right corner
 
#: This will display the site as it would appear to users along with a warning at the top that the site is down for maintenance.
 
#: This will display the site as it would appear to users along with a warning at the top that the site is down for maintenance.
  
[[Category:FAQ]]
+
<noinclude>[[Category:FAQ]]
 
[[Category:Administration FAQ]]
 
[[Category:Administration FAQ]]
 
[[Category:Getting Started FAQ]]
 
[[Category:Getting Started FAQ]]
[[Category:Version 1.5 FAQ]]
+
[[Category:Version 2.5 FAQ]]
 +
[[Category:Version 3.0 FAQ]]
 +
[[Category:Version 3.1 FAQ]]
 +
[[Category:Component Development]]</noinclude>

Revision as of 20:48, 7 June 2013

Introduction

The method described below should be used for relatively minor modifications, such as adjusting menus or quickly reorganizing content sections. More complex tasks, such as installing new components or adjusting complex configuration settings should be performed and tested on a development server first. Not only does this keep your public site up and running, but it also lets you test at your leisure, thus reducing errors. One way to do it is to create a sub-domain (i. e., dev.yourdomain.com) and install Joomla! there just as it is installed on your public site.

Directions[edit]

  1. Log in to the Back-end, and choose: Site > Global Configuration.
  2. The first option you'll see is is to set the site offline. Choose "Yes" and press the Save button. This will prevent display of all site pages and replace them with the following message:
    This site is down for maintenance. Please check back again soon.
  3. While you are logged into the Back-end administrator system, you can still view the Front-end, by
    • Joomla 3.x: clicking the site name in the top left corner
    • Joomla 2.5: clicking the Preview link in the top right corner
    This will display the site as it would appear to users along with a warning at the top that the site is down for maintenance.