mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-12 08:42:55 -04:00
redirect old pw generator to the new
This commit is contained in:
parent
d898df0fd5
commit
2c7a911e7c
1 changed files with 3 additions and 1 deletions
|
@ -5,4 +5,6 @@ RewriteCond %{HTTP:X-Forwarded-Proto} =http
|
|||
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
||||
|
||||
RewriteCond %{HTTP_HOST} !^www\.privacytools\.io$
|
||||
RewriteRule ^(.*)$ https://www.privacytools.io/$1 [L,R=301]
|
||||
RewriteRule ^(.*)$ https://www.privacytools.io/$1 [L,R=301]
|
||||
|
||||
RewriteRule ^pw.php$ /password.html [R=301,L]
|
Loading…
Add table
Add a link
Reference in a new issue