Remove .htaccess #548

Merged
Vincevrp merged 1 commits from htaccess into bootstrap4-transition 2018-10-26 04:02:41 +00:00

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]