From c59f26735e7ccd495df3dd77ed3f66c5b9969e29 Mon Sep 17 00:00:00 2001 From: Sergei Vasilev Date: Wed, 20 May 2026 18:47:53 +0300 Subject: [PATCH] chore: record iqon legacy rollback --- reports/deployment-readiness-2026-05-20.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/reports/deployment-readiness-2026-05-20.md b/reports/deployment-readiness-2026-05-20.md index 7e156a3..ae0bd05 100644 --- a/reports/deployment-readiness-2026-05-20.md +++ b/reports/deployment-readiness-2026-05-20.md @@ -152,6 +152,19 @@ Observed signal: - `scripts/iqon-phase1-verify.sh https://iqon.com` returns `[OK]`. - Headless screenshot captured at `reports/screenshots/2026-05-20/live-new-redesign-home.png`. +## Final Live Rollback To Legacy Design + +After owner clarified that the desired live state was the old design, live was rolled back again to the WordPress entrypoint. + +Observed signal: + +- Original WordPress `.htaccess` restored from `/private/tmp/iqon-remote-prestatic-20260520-ftp/.htaccess`. +- Static `index.html` renamed out of `DirectoryIndex` path; it was not deleted. +- `https://iqon.com/` returns `200 text/html; charset=UTF-8`. +- Live HTML contains `How’s business?`. +- Live HTML loads `wp-content/themes/iqon/css/style.css`. +- Live HTML no longer contains `theme-color`, `.topbar`, or `.hero-cloud` from `new_redesign`. + --- *Created: 20 May 2026*