Htaccess File

elilien/themeTangerine/master/.htaccess

HTTP_HOST, HTTPS, REQUEST_URI
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}
Exit mobile version