Upgrade framework
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# 6fm -> nhgooi
|
||||
RewriteCond %{HTTP_HOST} ^(www\.)6fm.nl(.*)$ [NC]
|
||||
RewriteRule ^(.*)$ https://nhgooi.nl/$2 [R=301,L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} nhgooigemist.nl [NC]
|
||||
RewriteRule ^(.*)$ https://nhgooi.nl/gemist [R=301,L]
|
||||
|
||||
# Remove www.
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
|
||||
|
||||
Reference in New Issue
Block a user