From 2c7a911e7c45f15e681cfefbf028d0415bf8d7f2 Mon Sep 17 00:00:00 2001 From: privacytoolsIO Date: Sun, 16 Aug 2015 17:49:47 +0800 Subject: [PATCH] redirect old pw generator to the new --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index a72bb97d..7e10b6df 100644 --- a/.htaccess +++ b/.htaccess @@ -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] \ No newline at end of file +RewriteRule ^(.*)$ https://www.privacytools.io/$1 [L,R=301] + +RewriteRule ^pw.php$ /password.html [R=301,L] \ No newline at end of file