Explorar el Código

fixed double redirect

Sorry im leaving
Johannes Andersen hace 9 años
padre
commit
3688b63a30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/.htaccess

+ 1 - 1
app/.htaccess

@@ -2,7 +2,7 @@ RewriteEngine On
 RewriteCond %{HTTP_HOST} ^www\.musare\.com$
 RewriteRule ^/?$ "http\:\/\/musare\.com\/" [R=301,L]
 RewriteCond %{HTTP_HOST} ^107\.170\.230\.56
-RewriteRule (.*) http://www.musare.com/$1 [R=301,L]
+RewriteRule (.*) http://musare.com/$1 [R=301,L]
 RewriteCond %{HTTP_USER_AGENT} libwww-perl.* 
 RewriteRule .* ? [F,L]
 <IfModule mod_expires.c>