浏览代码

updated htaccess

Bachir Soussi Chiadmi 8 年之前
父节点
当前提交
a106b98209
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .htaccess

+ 2 - 2
.htaccess

@@ -76,8 +76,8 @@ DirectoryIndex index.php index.html index.htm
   RewriteCond %{HTTP_HOST} ^www\.materio\.net [OR]
   RewriteCond %{HTTP_HOST} ^www\.materio\.net [OR]
   RewriteCond %{HTTP_HOST} ^materio\.net [OR]
   RewriteCond %{HTTP_HOST} ^materio\.net [OR]
   RewriteCond %{HTTP_HOST} ^www\.materio\.eu [OR]
   RewriteCond %{HTTP_HOST} ^www\.materio\.eu [OR]
-  RewriteCond %{HTTP_HOST} ^materio\.eu
-  RewriteCond %{HTTP_HOST} ^www\.materio\.com [OR]
+  RewriteCond %{HTTP_HOST} ^materio\.eu [OR]
+  RewriteCond %{HTTP_HOST} ^www\.materio\.com
   RewriteRule ^ https://materio.com%{REQUEST_URI} [L,R=301]
   RewriteRule ^ https://materio.com%{REQUEST_URI} [L,R=301]
 
 
   # Set "protossl" to "s" if we were accessed via https://.  This is used later
   # Set "protossl" to "s" if we were accessed via https://.  This is used later