Remove .htaccess

This commit is contained in:
Vincevrp 2018-10-25 23:08:53 +02:00
parent 9b0bef2805
commit ab6f66b989

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]