• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Clean Installation of WordPress on a Live Domain without Maintenance Mode

By Abhishek Ghosh August 19, 2012 5:01 pm Updated on August 19, 2012

Clean Installation of WordPress on a Live Domain without Maintenance Mode

Advertisement

Clean Installation of WordPress on a Live Domain without Maintenance Mode means you can browse this post page but we are installing WordPress freshly behind. The main reason is basically to get a fresh WordPress because of huge usage, database often get cluttered for medium to bigger commercial blogs. Following the previous method Repairing WordPress Database sometimes not actually solves the problem fully. This method to perform Clean Installation of WordPress on a Live Domain without Maintenance Mode will keep your visitors supplying the webpages while you are actually upgrading or reinstall WordPress.

 

Mantra of Clean Installation of WordPress on a Live Domain without Maintenance Mode

 

Basically you have to make the whole WordPress frontend converted to HTML pages, just like we do by using WordPress Cache Plugins – Cache is not on the root. Its the .htaccess that plays the Tricks.

 

How to Perform a Clean Installation of WordPress on a Live Domain without Maintenance Mode

 

Its quite easy to perform a Clean Installation of WordPress on a Live Domain without Maintenance Mode but it will take time and we will suggest to test it on non important other website of you first.

Advertisement

---

WordPress is a content management system. Physically there is no directory which actually present like this :

 

Vim
1
thecustomizewindows.com/2012/08/clean-installation-of-wordpress-on-a-live-domain/

 

Neither a php page. Its generated from database actively. This is the basic reason we use Cache Plugins. But the Cache Plugins needs PHP function to convert them, this is itself a server intense work. But the ultimate result is a faster frontend.

 

Second point is, a HTML page will always get more importance than any real or virtual webpage. If you want to test, simply create a index.html named file on your web site’s root and load the homepage – it will show that HTML page.

 

Clean Installation of WordPress : Step 1

 

There are many ways to convert thousands of pages, posts, tags, categories to real HTML pages. There is a Plugin named Really Static, that can serve the purpose. Just like Cache Plugins, it will take time to generate the pages, make sure by allowing a good time.

Before activating this Really Static plugin, switch off / deactivate all kind of Cache Plugins and make the comment system to off. Now depending on your settings of Really Static Settings :

 

Clean Installation of WordPress on a Live Domain without Maintenance Mode

 

The default path is :

 

Vim
1
./wp-content/plugins/really-static/static/

 

where the HTML pages are saved :

 

Clean Installation of WordPress on a Live Domain

Copy all the contents from here. Logically, if you put on the root, WordPress will loss control. This statement itself has no value on this guide itself.

There will be no change made in .htaccess. But what we need is a clean system, otherwise we would paste all on the root. Create a subfolder suppose named static and paste the contents. This is needed because when we will perform Clean Installation of WordPress on a Live Domain, the plugin will get vanished.

Take a backup of only few tables minimally needed (but also keep a full backup in hand) and the full wp-content folder.  Follow the previous method Repairing WordPress Database Guide for this purpose.

 

In other words, you are taking sql backup of :

 

wp_commentmeta
wp_comments
wp_links
wp_postmeta
wp_posts
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_users

 

And the wp-content folder. Open the .htaccess of the root. Take backup of this religiously. Delete everything from there, depending upon where your that static folder is, we are taking that its on the root, the .htaccess should be :

 

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9"]+ [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} !on
RewriteCond /Full Linux Path/static/%{SERVER_NAME}/$1/index.html -f
RewriteRule ^(.*) "/static/%{SERVER_NAME}/$1/index.html" [L]
</IfModule>

 

What we have done, we directed that, whatever the file is asked through browser with GET request, like in browser, it will show the old HTML Page and mask the URL. It will never :

 

Vim
1
thecustomizewindows.com/static/2012/08/clean-installation-of-wordpress-on-a-live-domain/

 

But :

 

Vim
1
thecustomizewindows.com/2012/08/clean-installation-of-wordpress-on-a-live-domain/

 

 

It depends on your server and your ability to modify accordingly whether it will work out of box or not.

 

The maximum loss can be of CSS. Test it before delete all old WordPress files. Instead of  Really Static plugin, you can use WP-Super Cache, do not deactive the plugin in that case, make sure your full website is cache and will not be flushed suddenly.

Do not delete wp-content folder in either case. You will delete other WordPress files and folders and run the installation script for fresh WordPress installation. Do not change permalink structure. Restore the old database properly. Delete the .htaccess and now change the permalink like you had. It will automatically make the proper .htaccess file. You can delete the static folder now. Done the Clean Installation of WordPress on a Live Domain without Maintenance Mode.

 

In case the above method fails, you can scrap your own website (you need to CHMOD properly, change .htaccess rules), Download a free software  WinHTTracker Website Copier and it will create a working HTML copy of your website. You have to upload it to the root and delete all the files.  Delete the .htaccess file at root  and do Clean Installation of WordPress and restore.

 

Signature
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Clean Installation of WordPress on a Live Domain without Maintenance Mode

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Live Chat in WordPress blog : Create a Chat Page using Windows Live

    A Live Chat box in your blog can be funny or very useful according to your need. Here is a complete tutorial on how to create a free chat box page using Windows Live Messenger in Wordpress blog.

  • Repairing WordPress Database : Using Cloud Database Server

    Repairing WordPress Database is easy by using Cloud Database Server like from The Rackspace Cloud which provides MySQL database server with PHPmyAdmin software.

  • How to create a custom maintenance page for WordPress

    When you update your Wordpress blog platform, or when you fix bugs on your Wordpress theme , your blog becomes or shall be inaccessible for some time. Instead of losing visitors from search engine during this few seconds to minutes, you might want to redirect visitors to a page explaining that the blog website is undergoing maintenance and that would be accessible again soon.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

vpsdime

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2026 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy