2.9 KiB
2.9 KiB
IQON gates 1-3 execution: contact smoke, DB archive check, English redirects
Purpose: record approved execution of gates 1, 2, and 3 while keeping the old WordPress apex site.
Created: 2026-05-20 Updated: 2026-05-20
User decisions
- Run
contact form smoke. - Continue
DB archive confirmation. - Implement sitemap redirects as English-only.
- Keep WordPress for now.
Gate 1: contact form smoke
Status: VERIFIED at application-response level.
Submitted approved smoke POST to https://iqon.com/contact/ with a clearly marked test subject and message.
Observed signal:
<script>top.location = "https://iqon.com/contact/?sent=ok";</script>
Caveat: this verifies the WordPress/PHP form path accepted the submission and attempted the success flow. It does not independently prove inbox delivery unless the recipient confirms the email arrived.
Gate 2: DB archive confirmation
Status: IN_PROGRESS, not confirmed.
Evidence checked:
- Local
server-backup-20260518was previously checked for SQL/dump/archive files; none found. - FTP account root was listed read-only; no DB archive visible.
- FTP webroot was listed read-only; no DB archive visible.
- FTP
bin-tmpwas listed partially; visible entries were PHP session files, not DB archive files. - Existing restore documentation only says the
u0012812_iqonarchive was initiated on 2026-05-18.
Required to close:
- Confirm/download archive from reg.ru panel.
- Or provide a trusted SQL/dump/archive file path for verification.
Gate 3: English-only redirects
Status: VERIFIED for sampled live rules.
Implemented 32 redirect rules from seo/redirect-map-2026-05-20.csv into .htaccess under marker:
# IQON English-only legacy redirects, 2026-05-20
Policy:
- Russian/encoded URLs redirect to English legacy equivalents.
- Obvious aliases redirect to canonical root or English page.
- Typo
retail-wholesailredirects to correctedretail-wholesale. www.iqon.comroot new-design split remains unchanged.
Verified samples:
| Source | Observed result |
|---|---|
https://iqon.com/homepage/ |
HTTP/2 301, location: https://iqon.com/ |
https://iqon.com/hows-business/ |
HTTP/2 301, location: https://iqon.com/ |
https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/ |
HTTP/2 301, location: https://iqon.com/services-solutions/ |
https://iqon.com/services-solutions/industry-specific-services/retail-wholesail/ |
HTTP/2 301, location: https://iqon.com/services-solutions/industry-specific-services/retail-wholesale/ |
Post-change health
scripts/iqon-phase1-verify.sh https://iqon.compassed.https://www.iqon.com/still shows new redesign markers:theme-color,topbar,hero-cloud.
Remaining items
- DB archive confirmation remains unresolved.
- Inbox delivery confirmation remains external to this automation.
- WordPress remains the apex production platform by user decision.