From 6158c101a7c44e6782461676f9188e5c1871e521 Mon Sep 17 00:00:00 2001 From: Sergei Vasilev Date: Mon, 25 May 2026 14:20:55 +0300 Subject: [PATCH] fix: route iqon case studies to legacy page --- deploy/legacy-wordpress-2026-05-20/.htaccess | 2 + .../legacy-case-studies/index.html | 145 ++++++++++++++++++ reports/current-plan-status-2026-05-20.md | 3 +- 3 files changed, 149 insertions(+), 1 deletion(-) create mode 100644 deploy/legacy-wordpress-2026-05-20/legacy-case-studies/index.html diff --git a/deploy/legacy-wordpress-2026-05-20/.htaccess b/deploy/legacy-wordpress-2026-05-20/.htaccess index ac3ff3f..a75c7ad 100644 --- a/deploy/legacy-wordpress-2026-05-20/.htaccess +++ b/deploy/legacy-wordpress-2026-05-20/.htaccess @@ -8,6 +8,8 @@ RewriteCond %{HTTP_HOST} ^www\.iqon\.com$ [NC] RewriteRule ^$ /index-www-new-redesign.html [L] RewriteCond %{HTTP_HOST} ^iqon\.com$ [NC] RewriteRule ^contact/?$ /index.php?page_id=12 [L,QSA] +RewriteCond %{HTTP_HOST} ^iqon\.com$ [NC] +RewriteRule ^case-studies/?$ /legacy-case-studies/ [L] # IQON English-only legacy redirects, 2026-05-20 RewriteCond %{HTTP_HOST} ^iqon\.com$ [NC] RewriteRule ^industry\-specific\-services/?$ /services-solutions/industry-specific-services/ [R=301,L] diff --git a/deploy/legacy-wordpress-2026-05-20/legacy-case-studies/index.html b/deploy/legacy-wordpress-2026-05-20/legacy-case-studies/index.html new file mode 100644 index 0000000..0b244ef --- /dev/null +++ b/deploy/legacy-wordpress-2026-05-20/legacy-case-studies/index.html @@ -0,0 +1,145 @@ + + + + + + Case studies | IQON | How's Business? + + + + + + + +
+
+ + + +
+
+

Selected case studies.

+

+ Legacy examples from the IQON archive. The page keeps the old site + presentation instead of the newer static redesign. +

+
+
+ IQON case studies +
+
+
+

Operating Model Redesign

+

+ Rebuilt the governance cadence for a regional enterprise with + fragmented delivery streams and duplicated platform decisions. +

+
+
+

Infrastructure Modernization

+

+ Prioritized resilience improvements for a distributed estate and + shaped a staged roadmap for service quality and cost control. +

+
+
+

Decision Support

+

+ Reframed reporting around executive decisions, portfolio visibility, + and dependable operational signals instead of disconnected dashboards. +

+
+
+
+
+ +
+ + diff --git a/reports/current-plan-status-2026-05-20.md b/reports/current-plan-status-2026-05-20.md index 3680d7a..a2c73b0 100644 --- a/reports/current-plan-status-2026-05-20.md +++ b/reports/current-plan-status-2026-05-20.md @@ -3,7 +3,7 @@ Purpose: record the current state of the IQON remediation plan after backup, hardening, redirects, contact smoke, and retention decisions. Created: 2026-05-20 -Updated: 2026-05-21 +Updated: 2026-05-25 ## Current decisions @@ -24,6 +24,7 @@ Updated: 2026-05-21 | Contacts cleanup | Done | Contact page uses `office@iqon.com` and `@infobidgebot` | | Contact form smoke | Done | Form returned `sent=ok` success script | | `www` redesign QA | Done | `scripts/iqon-phase1-verify.sh https://www.iqon.com` passed after skip-link fix | +| Legacy case studies routing | Done | Apex `/case-studies/` now rewrites to `/legacy-case-studies/` | | English-only redirects | Done | Sampled 301 rules passed | | DB archive creation | Done | Remote and local `gzip -t` passed | | Encrypted local backup | Done | Decrypt-to-`gzip -t` passed; key stored in Vaultwarden |