A new business website should launch before the logo committee finishes arguing — but not before HTTPS and backups exist. WordPress is PHP + MySQL; you need a host that runs both without burying you in cPanel folklore. WPHost offers PHP 8.4, MySQL, preview HTTPS, custom-domain certificates after DNS, and plans at $9/$30/$65/$130. You install WordPress (no Softaculous one-click). Plugins are not auto-updated. Deploy history is files; use UpdraftPlus for the database. Staging on Pro+ needs a DB copy. WooCommerce can run; no PCI/checkout SLA. No email hosting. No CDN. No forever-free.

Who it is for, publish path, when to pick differently. Worked example: student-style class project energy applied to a first business site. Related: low cost WordPress hosting, WordPress hosting for consultants, WordPress web hosting for small business.

Who this is for

Founders opening doors this quarter: LLC website, freelance practice, small shop brochure, pre-revenue story page. People willing to learn a one-time install checklist. Teams that already decided mail lives in Workspace.

Not for buyers hunting forever-free “business hosting,” Softaculous-only policies, or hosts that auto-update plugins without consent.

Publish path for a first business site

  1. Buy the domain at a registrar you control — separate from hosting.
  2. Pick Starter ($9) unless you know you want staging → Pro ($30).
  3. Create PHP site on WPHost; note preview HTTPS.
  4. Upload WordPress zip with index.php at document root; create MySQL; configure wp-config.php; run installer on preview.
  5. Essential pages only: Home, Offer, About, Contact. Blog optional.
  6. UpdraftPlus + first full backup before friends become “editors.”
  7. Attach domain; wait for cert; set both WordPress URLs to https://your-domain.
  8. Register the business Google profile with the final domain — not the preview hostname.
  9. Calendar plugin updates; nothing auto-updates here.

Skip CDN shopping. Skip email-on-web-host fantasies. Skip WooCommerce until you must sell online; if you do, accept no checkout SLA.

Worked example: student class project rigor for a real business

Treat the first business site like a graded project with a deadline:

  • Definition of done written down (HTTPS, contact form delivers, backup exists, hours correct).
  • No nested zip mistakes.
  • No file:// CSS leftovers from local mockups (see failure).
  • Peer review on the preview URL before DNS.
  • After launch, one improvement per week — not twenty plugins on day one.

That discipline matters more than buying Scale on week one.

When to pick a different product

If the “website” must be an app with user accounts on day one, you may need your app platform first and a simpler marketing page second. If nobody will maintain WordPress, use a builder. If you need concierge updates, buy that explicitly.

Money model

Model twelve months of $9 or $30 plus domain plus mail. That is the new-business website budget. Teaser hosts with painful renewals scramble early cash more than a clear $9 line item.

Failure: file:// CSS paths that 404 in production

New owners often design in a local HTML mockup, love the look, then paste paths like file:///Users/you/Desktop/theme/style.css into a custom HTML block — or ship a theme that references assets that only existed on a laptop. On WPHost’s HTTPS origin those URLs 404. The business site looks unstyled on launch day.

Always enqueue styles the WordPress way and test on the preview hostname. If you migrate from static mockups, rewrite asset URLs to theme directories served over HTTPS. Local file links are not portable. Catching this on preview is why DNS comes last.

FAQ

Can I launch without a custom domain?

Yes, on preview HTTPS, for private feedback. Public businesses should attach a domain they own.

Is there a free plan for new businesses?

No forever-free tier.

Do you install WordPress with one click?

No. Zip + MySQL + installer.

Will plugins stay patched automatically after launch?

No. You (or a maintainer) update in wp-admin.