elilien/themeTangerine/master/.htaccess - Htaccess File

elilien/themeTangerine/master/.htaccess

ErrorDocument 404 /errors/404/
RewriteEngine On
rewriteCond %{HTTP_HOST} ^elilien.com[NC]
rewriteRule ^(.*)$ http://www.elilien.com/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache