Merge pull request #548 from Vincevrp/htaccess

Remove .htaccess
This commit is contained in:
Samuel Shifterovich
2018-10-26 06:02:40 +02:00
committed by GitHub

View File

@ -1,10 +0,0 @@
Options +FollowSymLinks
RewriteEngine On
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 ^pw.php$ /password.html [R=301,L]