From b8b4738382a994347b1d59dcbb00e62362a32112 Mon Sep 17 00:00:00 2001 From: edwark43 <97860398+edwark43@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:22:43 -0400 Subject: [PATCH] Update .htaccess --- .htaccess | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 51e65b5..a23a769 100644 --- a/.htaccess +++ b/.htaccess @@ -4,8 +4,8 @@ ErrorDocument 500 /error/500.html ErrorDocument 502 /error/502.html ErrorDocument 410 /error/410.html RewriteEngine On -RewriteCond %{HTTP:X-Forwarded-Proto} !https -RewriteCond %{HTTPS} off -RewriteCond %{HTTP:CF-Visitor} !{"scheme":"https"} -RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] -RewriteRule ^(.*)$ http://yourwebsitename.con/expired_page $1 [R=410,L] \ No newline at end of file +#RewriteCond %{HTTP:X-Forwarded-Proto} !https +#RewriteCond %{HTTPS} off +#RewriteCond %{HTTP:CF-Visitor} !{"scheme":"https"} +#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] +#RewriteRule ^(.*)$ http://yourwebsitename.con/expired_page $1 [R=410,L]