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]