Website redesign without downtime title card with a flat illustration of two browser windows side by side, a muted text-heavy current site on the left and a crisp new layout carrying one scarlet button on the right, joined by a short scarlet arrow between them

Yes. A website redesign without downtime is the normal way this work is done, not a premium option you have to ask for. The new site is built on a private copy while the existing one carries on taking enquiries, and the changeover at the end costs minutes rather than days.

So the useful question is not whether your site goes dark for a fortnight. It is what happens in the hour either side of the switch, because that is where the risk sits: a half-copied database, a certificate never issued for the new server, an enquiry form quietly posting to a mailbox nobody opens any more.

What a website redesign without downtime actually involves

The whole approach rests on one idea: the new site is never built on the address your customers use. It is built on a working duplicate — a staging copy — that lives somewhere else and is closed to the public. Most Malaysian shared hosting plans now include a one-click staging feature that clones the site into a hidden subdomain; failing that, an agency runs the copy on its own server.

Everything then happens over there: templates built, service pages loaded, the enquiry form wired up, speed tuned, and you reviewing the result on a real phone. The live site stays exactly as it was, still ranking, still receiving WhatsApp enquiries, still taking FPX payments if it does that. A revamp could run for three months in that state and a visitor would notice nothing.

Only the final step touches the live site, and it takes one of two forms: the finished files and database are pushed into the live location, or the domain is pointed at the new server. Both are short. Working through a website revamp checklist beforehand is what keeps them short, because everything unresolved gets found while the old site is still standing.

The live site is not the workshop. It is the shopfront that stays open while the workshop is busy.

A labelled diagram headed WHERE THE WORK HAPPENS with an upper box marked Live site captioned Still ranking and Still taking enquiries, a lower box marked Staging copy captioned Closed to the public, and one scarlet arrow from the lower box to the upper one labelled The only step that touches it
A wide labelled diagram headed TWO WAYS TO GO LIVE showing two routes one above the other, the upper reading New site to Live location captioned Push the files and the lower reading Domain to New server captioned Point the domain, with a scarlet caption beneath reading Both are short

What actually takes a site offline during a revamp

Sites do go down during badly run launches, almost never because of the redesign itself. These are the causes, roughly in order of how often they bite.

  • The push itself. Copying the new files and database over the old ones is the one genuinely unavailable moment, and on an SME site it is seconds to a couple of minutes. The part everyone worries about is the part that matters least.
  • DNS, when the site changes host. Pointing a domain at a new server is not instant: every record carries a time-to-live, and resolvers keep serving the old address until their cached copy expires. Cloudflare’s DNS documentation puts its automatic TTL at 300 seconds, and lets a record be set between 60 seconds and one day. Lower it a day or two before the move and the window shrinks to minutes.
  • A certificate that is not ready. The new server needs its own HTTPS certificate active before the domain points at it. Get this wrong and the site is technically up while every browser shows a security warning, which costs more trust than a blank page would.
  • The content-freeze gap. Someone adds three products to the live site in week six. Those edits exist only on the old site, the staging copy was cloned in week two, and the push overwrites them. Nothing is down, but work has disappeared.
  • Forms and integrations pointing at the old place. The contact form still sends to a closed mailbox, the WhatsApp link carries a stale number, the payment gateway still whitelists the old server. The enquiries go nowhere, which is worse than downtime because nobody notices for a week.
  • Launching at the wrong hour. A Friday evening switch means any problem sits there until Monday. Quiet is good; unattended is not.

Note how few of those are technical failures. Most are sequencing mistakes, which is why a launch runs on a written order of operations rather than on the day’s enthusiasm.

A labelled diagram headed WHAT ACTUALLY TAKES A SITE OFFLINE listing six numbered causes — The push itself, DNS when the host changes, A certificate not ready, The content-freeze gap, Forms pointing at the old place and Launching at the wrong hour — with the first row in scarlet and a footer line reading Most are sequencing, not technical

Keeping the staging copy out of Google

A staging site is a complete, public-facing duplicate of your business sitting on a different address. Left open, search engines will find it, and you end up competing with yourself for your own brand.

The usual attempt at a fix is the one that does not work: adding a Disallow line to the staging site’s robots.txt. Google’s documentation is explicit that for a noindex rule to take effect, the page must not be blocked by a robots.txt file and must otherwise be accessible to the crawler. Block crawling and the crawler never sees the instruction not to index, so the page can still turn up in search results, discovered through a link from somewhere else.

The reliable answer is to put the whole staging copy behind HTTP authentication, so a username and password are required before anything is served. There is then nothing to crawl and nothing to index. Any host offering a staging feature offers this alongside it, usually on by default. Delete the copy once the new site is live, too — an abandoned duplicate of your business is an unpatched site sitting on the open internet.

The switch itself, and the fortnight after it

A launch nobody notices follows roughly this order. Freeze edits on the live site and carry across anything added since the copy was made. Take a full backup, reachable without the hosting panel. Make the switch. Then immediately: load the homepage and three deep pages, submit a real test enquiry and confirm it arrives, check that old URLs redirect, and confirm analytics is recording.

If URLs have changed, the redirect map is the whole job, and keeping rankings across a redesign is a discipline of its own. Google Search Central asks you to keep the redirects for as long as possible, generally at least 1 year, and warns that for medium-sized websites it can take a few weeks or more before the new URLs replace the old ones in search results. A dip in week two is the re-crawl in progress, not proof the launch failed.

One detail from that same page is regularly missed and does cause outages: Google will temporarily crawl the new site more heavily than usual, so it needs the capacity to absorb that. A site moved onto the cheapest available plan on launch day can fall over under crawling rather than under customers.

One honest exception. If something genuinely forces the site down — a migration that cannot be staged, a compromised install being rebuilt — do not leave visitors on a broken page. Google’s guidance for urgently disabling a site for a day or two is to return a 503 status with an informational page and a retry-after header, and specifically not to return 503 for the robots.txt file, because that blocks crawling altogether. A planned revamp should need none of it.

What to ask before the work starts

Four questions settle most of this at the quotation stage, while changing the answer is still free.

  • Where will the new site be built, and can I see it? You should be given a staging address and a login. If changes will be made directly on the live site, that is a riskier arrangement and you should be told so plainly.
  • Is the domain moving to a new host, or staying put? Staying put means no DNS involved and a switch measured in seconds. Moving means TTL, certificates and a planned window — manageable, but only if somebody planned them.
  • What is the rollback? A full backup taken immediately before the switch, and a stated time to restore it. “We would put the old one back” is not a plan until someone says how long that takes.
  • Who is watching afterwards, and for how long? Missed redirects and broken forms surface under real traffic, not in testing.

None of these require you to understand the technical work. They require the person doing it to have decided how the day will go before it goes.

Frequently asked questions

How long is the website actually unreachable during the switch?

On a site staying with the same host, seconds to a couple of minutes while the files and database are replaced. If the domain is being pointed at a different server there is no single dark moment at all: visitors reach the old server or the new one depending on what their resolver has cached, which is why both should be serving a working site during the changeover.

Can we keep updating the current site while the new one is being built?

Yes, and most businesses have to. Agree up front who records those changes, because the staging copy was made from a snapshot and will not know about them. Keep a running list, apply it to the new site shortly before launch, then freeze edits for the last day or two.

Is a maintenance page the same as taking the site offline?

For visitors, yes. For search engines it depends on what the server returns underneath the page: a holding page served with a normal 200 status tells Google this is the site now, while a 503 tells it to come back later. That distinction only matters for genuine outages, because a properly staged revamp never shows one.

Where iRevamps fits

Every revamp we run is built on a staging copy with a login you can use from the first week, so you review the real thing on your own phone rather than approving screenshots. Our website revamp and design service treats the changeover as its own scheduled task, with the redirect map, the certificate and the rollback point settled before the day. If you have been putting off a revamp because you cannot afford for the site to disappear, that was never what it was going to cost you.