10
.htaccess
10
.htaccess
@@ -88,8 +88,14 @@ DirectoryIndex index.php index.html index.htm
|
|||||||
# RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
|
# RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
|
||||||
|
|
||||||
# custom
|
# custom
|
||||||
RewriteCond %{HTTP_HOST} !^basebeta\. [NC]
|
RewriteCond %{HTTP_HOST} !^basebeta\.materio\.com [NC]
|
||||||
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
RewriteCond %{HTTP_HOST} !^www\.materio\.fr [NC]
|
||||||
|
RewriteCond %{HTTP_HOST} !^materio\.fr [NC]
|
||||||
|
RewriteCond %{HTTP_HOST} !^www\.materio\.net [NC]
|
||||||
|
RewriteCond %{HTTP_HOST} !^.materio\.net [NC]
|
||||||
|
RewriteCond %{HTTP_HOST} !^www\.materio\.eu [NC]
|
||||||
|
RewriteCond %{HTTP_HOST} !^.materio\.eu [NC]
|
||||||
|
RewriteRule ^ http://www.materio.com%{REQUEST_URI} [L,R=301]
|
||||||
|
|
||||||
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
|
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
|
||||||
# VirtualDocumentRoot and the rewrite rules are not working properly.
|
# VirtualDocumentRoot and the rewrite rules are not working properly.
|
||||||
|
Reference in New Issue
Block a user