refactor: remove local ContextWizard pages, redirect to contextwizard.site

- Delete contextwizard_top/install/privacy_policy/tokushoho HTML files
- Update index.html, llms.txt, sitemap.xml links to contextwizard.site
- Remove contextwizard-files deployment from deploy-amipro.sh
- Fix .htaccess infinite loop causing 500 error on robots.txt
- Remove redundant 'Allow: /' from robots.txt
- Clean up GEO audit report files
This commit is contained in:
qingjie.du
2026-07-08 17:44:52 +09:00
parent b41eeb9ce0
commit 06f694fe70
13 changed files with 6 additions and 5272 deletions

View File

@@ -7,10 +7,6 @@ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.amipro\.me$ [NC]
RewriteRule ^(.*)$ https://amipro.me/$1 [L,R=301]
# === Serve static robots.txt and sitemap.xml directly (bypass WordPress) ===
RewriteRule ^robots\.txt$ /robots.txt [L]
RewriteRule ^sitemap\.xml$ /sitemap.xml [L]
# === Security Headers ===
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains" env=HTTPS