فهرست منبع

Created .htaccess

Made it so it redirect http://www.musare.com to http://musare.com
Johannes Andersen 9 سال پیش
والد
کامیت
f095de9969
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      app/.htaccessRewriteCond-HTTP_HOST-www-.example-.com-RewriteRule/http/example-.com/.htaccess

+ 3 - 0
app/.htaccessRewriteCond-HTTP_HOST-www-.example-.com-RewriteRule/http/example-.com/.htaccess

@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTP_HOST} ^www\.example\.com$
+RewriteRule ^/?$ "http\:\/\/example\.com\/" [R=301,L]