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

From Joomla! Documentation

(New page: '''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...)
 
(Add 3.x version tag)
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
'''Introduction'''
+
{{version|1.0,1.5,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.
  
'''Directions'''
+
=== Directions ===
  
1. Login to the administrator section, and choose: Site > Global Configuration.
+
# Log in to the [[Back-end]], and choose: Site > Global Configuration.
 +
# 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:
 +
#: <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
 +
#* {{JVer|3.x}}: clicking the site name in the top left corner
 +
#* {{JVer|1.5}}{{JVer|2.5}}: clicking the Preview link in the top right corner
 +
#* {{JVer|1.0}}: choosing Site > Template > Preview.
 +
#: 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.
  
2. The first option you'll see is is to set the site offline. Choose "Yes" and press the Save button. This will hide prevent display of all site pages, and replace them with the following message:
+
<noinclude>[[Category:FAQ]]
 
 
"This site is down for maintenance. Please check back again soon. message instead."
 
 
 
3. While you are logged into the "back end" administrator system, you can still view the "front end," by choosing Site > Template > Preview. 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]]
 
 
[[Category:Administration FAQ]]
 
[[Category:Administration FAQ]]
 
[[Category:Getting Started FAQ]]
 
[[Category:Getting Started FAQ]]
 +
[[Category:Version 1.0 FAQ]]
 
[[Category:Version 1.5 FAQ]]
 
[[Category:Version 1.5 FAQ]]
 +
[[Category:Version 1.6 FAQ]]
 +
[[Category:Version 1.7 FAQ]]
 +
[[Category:Version 2.5 FAQ]]
 +
[[Category:Version 3.0 FAQ]]
 +
[[Category:Version 3.1 FAQ]]
 +
[[Category:Component Development]]</noinclude>

Revision as of 08:00, 29 April 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 1.5Joomla 2.5: clicking the Preview link in the top right corner
    • Joomla 1.0: choosing Site > Template > Preview.
    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.