Update .htaccess
This commit is contained in:
parent
fa540ee216
commit
b8b4738382
10
.htaccess
10
.htaccess
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user