chore: record iqon live deployment
This commit is contained in:
+3
-4
@@ -3,6 +3,9 @@
|
||||
# Created: 2026-05-20
|
||||
# Updated: 2026-05-20
|
||||
|
||||
# ── Prefer static entrypoint while WordPress files remain for rollback ──
|
||||
DirectoryIndex index.html index.php
|
||||
|
||||
# ── Security headers ──────────────────────────────────────────────
|
||||
<IfModule mod_headers.c>
|
||||
Header always set X-Content-Type-Options "nosniff"
|
||||
@@ -16,10 +19,6 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
# ── Force HTTPS ───────────────────────────────────────────
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
||||
|
||||
# ── Canonical host ────────────────────────────────────────
|
||||
RewriteCond %{HTTP_HOST} ^www\.iqon\.com$ [NC]
|
||||
RewriteRule ^ https://iqon.com%{REQUEST_URI} [L,R=301]
|
||||
|
||||
Reference in New Issue
Block a user