mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-19 12:54:37 -05:00
htaccess file was missing
This commit is contained in:
parent
df9c281f00
commit
5500ca27ed
8
.htaccess
Normal file
8
.htaccess
Normal 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]
|
Loading…
Reference in New Issue
Block a user