mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-09 21:12:40 +00:00
redirect old pw generator to the new
This commit is contained in:
@ -6,3 +6,5 @@ RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
|||||||
|
|
||||||
RewriteCond %{HTTP_HOST} !^www\.privacytools\.io$
|
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]
|
Reference in New Issue
Block a user