This repository has been archived on 2024-01-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2015-07-10 12:30:20 +02:00
|
|
|
Options +FollowSymLinks
|
|
|
|
|
RewriteEngine On
|
|
|
|
|
|
2017-08-08 07:41:51 +08:00
|
|
|
RewriteCond %{HTTP:X-Forwarded-Proto} =http
|
|
|
|
|
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
2015-07-10 12:30:20 +02:00
|
|
|
|
2017-08-08 07:41:51 +08:00
|
|
|
RewriteCond %{HTTP_HOST} !^www\.privacytools\.io$
|
|
|
|
|
RewriteRule ^(.*)$ https://www.privacytools.io/$1 [L,R=301]
|
2015-08-16 17:49:47 +08:00
|
|
|
|
|
|
|
|
RewriteRule ^pw.php$ /password.html [R=301,L]
|