Making a WordPress site live is the moment public DNS and WordPress URLs agree with a working PHP + MySQL install on HTTPS. Everything before that can stay on a preview hostname. On WPHost you get preview HTTPS immediately; the custom-domain certificate follows DNS; you set home and siteurl after that cert exists. There is no one-click installer, no auto plugin updates, no email hosting, no CDN product, and no forever-free live tier.

Numbered go-live path below, with a band’s event page as the example. Beginners may also want WordPress hosting for beginners, how to host a WordPress site, and how to launch a WordPress website.

1. Define “live” in one sentence

Write: “Live means fans reach https://band.example/shows without certificate warnings, the ticket link works, and we can edit the set time in wp-admin.” If your sentence includes “inbox@band receives mail on this host,” revise — WPHost does not host email.

2. Finish the install on preview first

Create a PHP 8.4 site. Upload WordPress (or restore a migration). Create MySQL. Run the installer or import a dump. Build the event page on the preview URL.

Do not announce the preview URL on posters as if it were permanent branding. Preview is for correctness.

3. Harden the boring checklist

Before DNS:

  • Strong admin password; limited admin accounts.
  • Permalinks saved.
  • Backup plugin with a full files+DB backup (deploy history is files only).
  • Only plugins you will update — nothing auto-updates here.
  • Forms tested to a real mailbox via SMTP.
  • Images compressed; no need for a fantasy CDN checkbox you do not have.

Plans: $9 / $30 / $65 / $130. Pro+ staging is useful for flyer design tweaks; copy the DB if staging should show the real event copy.

4. Worked example: a band’s event page

Page contents:

  • Date, doors, venue, age policy.
  • Embed or link to tickets (third-party; you are not claiming PCI on WPHost).
  • One hero image that is not a 12 MB phone photo.
  • Short bio blurb and social links.
  • Optional mailing-list form that posts to your ESP — not to a fictional local mailbox product.

WooCommerce can sell merch later; there is no checkout SLA. For a single show, an external ticket vendor is often enough.

5. Attach domain, wait for cert, then flip WordPress URLs

Add the domain in the dashboard. Publish the DNS records shown. Wait until the custom certificate is issued.

Then in Settings → General set WordPress Address and Site Address both to https://your-domain. Visit the event page on the public hostname. Fix mixed content if any asset still loads http://.

Keep MX at your mail provider while you change web records.

6. Announce only after the public URL passes a friend test

Send the link to someone on another network. Confirm ticket CTA, mobile layout, and wp-admin. Only then update Linktree, Instagram bio, and print files.

What to skip on go-live day

Skip last-minute plugin shopping. Skip pointing DNS while the installer is unfinished. Skip changing siteurl before the custom cert exists. Skip deleting the old host or local backup. Skip promising fans a CDN-accelerated experience you did not configure.

What “done” looks like

Done: public HTTPS event page, backups exist, updates assigned to a human, mail still working elsewhere, and the preview URL retired from public materials. Paid plan active — not a forever-free hope.

Failure: skipping a database dump on a WordPress move

Bands often “go live” by copying theme files to a new host days before a tour announcement, forgetting the database that stores the Events page, ticket URLs, and custom fields. The new host shows a default theme blog. Panic posting begins.

If go-live includes a host transfer, the database dump is non-negotiable. Files decorate; MySQL holds the setlist page. Restore the dump, then go live. Deploy history on WPHost will not recreate missing wp_posts rows. Treat UpdraftPlus (or a verified SQL export) as the gate that opens DNS day — not optional homework.

FAQ

Can I go live without a custom domain?

Yes — preview HTTPS works. For branding and email signatures, attach a domain you own and set WordPress URLs after the cert issues.

Does making the site live update plugins automatically?

No. Going live does not enable auto updates. You still update in wp-admin.

Is deploy history enough the night before the show?

No. Take a full UpdraftPlus backup (files + database) before big promotions.

Will WPHost host band@ email?

No. Use a mail provider. Point only web DNS at WPHost for the site.