htaccess file was missing

This commit is contained in:
Burung Hantu 2015-07-10 12:30:20 +02:00
parent df9c281f00
commit 5500ca27ed

8
.htaccess Normal file
View File

@ -0,0 +1,8 @@
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]