Update .htaccess

This commit is contained in:
edwark43 2023-03-31 20:22:43 -04:00 committed by GitHub
parent fa540ee216
commit b8b4738382

View File

@ -4,8 +4,8 @@ ErrorDocument 500 /error/500.html
ErrorDocument 502 /error/502.html ErrorDocument 502 /error/502.html
ErrorDocument 410 /error/410.html ErrorDocument 410 /error/410.html
RewriteEngine On RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https #RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off #RewriteCond %{HTTPS} off
RewriteCond %{HTTP:CF-Visitor} !{"scheme":"https"} #RewriteCond %{HTTP:CF-Visitor} !{"scheme":"https"}
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] #RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^(.*)$ http://yourwebsitename.con/expired_page $1 [R=410,L] #RewriteRule ^(.*)$ http://yourwebsitename.con/expired_page $1 [R=410,L]