tlongren/passwds.io/master/.htaccess - Htaccess File

tlongren/passwds.io/master/.htaccess

#RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule . index.php [L]

# BEGIN HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# END HTTPS

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_FILENAME, REQUEST_URI

Comments

Apache