diff --git a/reports/deployment-readiness-2026-05-20.md b/reports/deployment-readiness-2026-05-20.md index ae0bd05..62679fc 100644 --- a/reports/deployment-readiness-2026-05-20.md +++ b/reports/deployment-readiness-2026-05-20.md @@ -165,6 +165,26 @@ Observed signal: - Live HTML loads `wp-content/themes/iqon/css/style.css`. - Live HTML no longer contains `theme-color`, `.topbar`, or `.hero-cloud` from `new_redesign`. +## Host Split: Apex Legacy, WWW New Design + +Owner clarified that the new design is needed on `www.iqon.com`, while the apex `iqon.com` should remain on the old WordPress design. + +Implemented state: + +- `https://iqon.com/` serves the legacy WordPress homepage. +- `https://www.iqon.com/` serves `index-www-new-redesign.html`. +- `styles.css` and `script.js` are available for the `www` static design. +- WordPress files remain in place for the apex host. + +Observed signal: + +- `https://iqon.com/` returns `200 text/html; charset=UTF-8`. +- Apex HTML contains `How’s business?`. +- Apex HTML contains `wp-content/themes/iqon`. +- `https://www.iqon.com/` returns `200 text/html`. +- WWW HTML contains `theme-color` `#09090b`. +- WWW HTML contains `.topbar` and `.hero-cloud`. + --- *Created: 20 May 2026*