Questions tagged [maintenance-mode]

Use this tag for questions about putting your application on maintenance mode and/or displaying maintenance pages to end-users. For frameworks, services, and platforms that have built-in mechanisms for doing either of those, please check if there are more specific tags that can be used, and if so, add those tags as well.

For applications that are currently live in production environments, it is a common scenario that the application would need to be temporarily unavailable to end-users, because it needs to undergo maintenance activities, such as installing software updates, patching of critical bugs, replacing or restarting certain components, or cleaning-up of files/folders or data.

For such cases, it is common practice to put the application into "maintenance mode", wherein end users accessing the application would not be able to use any of the application features, and instead would see or get an "This site is under maintenance" page or response. This prevents data corruption and bad user experience, while the application is being updated.

Please make sure to also add the tags related to the framework, library, service, or platform related to the application.

132 questions
0
votes
2 answers

HTACCESS maintenance mode rewrite

There are plenty of HTACCESS maintenance mode redirects here on stack overflow but I have yet to find one which will work for my structure. I would like to redirect www.example.com to www.example.com/sub/maintenancemode.html. However I would still…
Richy
  • 167
  • 3
  • 13
0
votes
1 answer

Magento maintenance.flag mysteriously created, shutting Website down

For some reason my Magento 1.6.2 site has gone into maintenance mode twice in the past 12 days, yet I haven't installed or updated any extensions (as far as I'm aware) during that time. It's pretty frustrating, since I don't even realize my site is…
0
votes
1 answer

How to put a Magento CE website into maintenance mode?

Where do I add the file name: maintenance.flag in order to put my website into maintenance mode?
0
votes
1 answer

Wordpress 3.0 and maintenance mode - A Problem

For some reason it seems that WP3.0 is bugged with everything relate to maintenance-mode. The 2 maintenance-mode plugins (maintenance-mode & wp-maintenance-mode) cause the following problems: wp-maintenance-mode doesn't allow u login as an admin.…
neoswf
  • 4,730
  • 6
  • 39
  • 59
0
votes
2 answers

Magento site is in maintenance mode

I recently installed an extension in my magento site through magento connect.I forgot to uncheck put magento site to maintenance mode check box.Installation failed due to some unknown reason.I am unable goto magento frontend.it still in maintenance…
balajisoundar
  • 581
  • 2
  • 11
0
votes
1 answer

How to create a maintenance mode page in cakephp?

I am new to cakephp framework. what is the procedure to create a under construction or maintenance page in an existing site as am going to do some changes. am using cakephp 1.3. I googled it but it didnt get any step by step process. I referred the…
Mukilan R
  • 445
  • 5
  • 17
0
votes
1 answer

How can I force a major upgrade to not switch to maintenance mode using the old installation package?

I have an installer that I would like to use for a major upgrade. I have done the following: Increased the version number (from a.b.c to a.b.c+1) Changed the ProductCode Kept the same UpgradeCode Made the appropriate entry in the Upgrade…
Brian
  • 3,457
  • 4
  • 31
  • 41
0
votes
1 answer

.htaccess rules to put a site offline while users are using it

I am writing a .htaccess to be able to softly update my website, preventing new coming users to access it, and already connected users to be softly redirected, taking account that there are some image rollovers, css styles and async PHP and js calls…
Oliver
  • 23,072
  • 33
  • 138
  • 230
0
votes
0 answers

Only Allowing My IP with .htaccess for Maintenance Mode

I am attempting to redirect all users to a maintenance page, while only allowing myself to use the website. I currently have the redirect working, but cannot seem to allow myself to access the site. Here is the code I added to my .htaccess file: #…
Nihir
  • 135
  • 1
  • 1
  • 11
0
votes
1 answer

How to display a maintenance screen when the server is down?

In the rare case the server is down, I want to display a friendly screen for users. I will host the page on an other provider. What is the recommended DNS configuration for that?
Nabil Sham
  • 2,305
  • 4
  • 26
  • 38
0
votes
1 answer

Correct way to handle maintenance mode from a Database setting

building a CMS and looking to find out the correct way of showing a maintenance mode message to users. My plan is to have the option in my admin backend. I already have the table in my DB for website config and i have a field that just has a value.…
Lovelock
  • 7,689
  • 19
  • 86
  • 186
0
votes
1 answer

Maintenance page for nginx based nodejs site

I want to set up a maintenance page for my site (that visitors would see) but I also want to allow devs a way to still be able to access the site and test things (though this last bit, access for devs, is a request from a project manager... not sure…
Lothar
  • 3,409
  • 8
  • 43
  • 58
0
votes
1 answer

Drupal 7 Button to take site out of maintenance mode for Launch Day?

I'm just wondering is there a specific link or piece of code I can use to create a launch button for launching the website i.e taking it out of maintenance mode?
0
votes
2 answers

I don't have a 503 header but Google displays "Site under maintenance". How to remove it?

I was working on the website and it displayed a maintenance page, which didn't contain a 503 header... header("HTTP/1.1 503 Service Temporarily Unavailable"); header("Status: 503 Service Temporarily Unavailable"); header("Retry-After: 3600"); Now,…
Perocat
  • 1,481
  • 7
  • 25
  • 48
0
votes
1 answer

Getting Maintenance message up and access just for testing in ASP.net

I need to get a maintenance message up (which I've already got) to do some major redevelopments, while only allowing me to access site for testing. I've been successful in putting the site into maintenance, but no one can access it, even me. The…
user1402677
  • 269
  • 2
  • 12
1 2 3
8
9