mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 04:52:49 +00:00
Also remove the www from the host name
bzr-revno: 59
This commit is contained in:
parent
c2c04f2595
commit
a63d51075e
@ -1,4 +1,7 @@
|
||||
RewriteEngine on
|
||||
# Remove www from URL
|
||||
RewriteCond %{HTTP_HOST} ^www.openlp.org$ [NC]
|
||||
RewriteRule ^(.*)$ https://openlp.org/$1 [R=301,L]
|
||||
# Redirect HTTP to HTTPS
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
||||
|
Loading…
Reference in New Issue
Block a user