lkarch.org/.htaccess
2023-04-01 03:47:59 -04:00

7 lines
278 B
ApacheConf

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]