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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user