bankonme/privacytools.io/master/.htaccess - Htaccess File

bankonme/privacytools.io/master/.htaccess

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]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI, X-Forwarded-Proto

Comments

Apache