Dakis
Well-known member
I just got a funny message in my google analytics, telling me this:
What is this about? And why did it show up just now? Did google make any changes? cause I haven't changed anything on my site for a while.
This is my .htaccess:
REDUNDANT HOSTNAMES
Property http://www.travelstories.gr is receiving data from redundant hostnames. Consider setting up a 301 redirect on your website, or make a search and replace filter that strips "www." from hostnames. Examples of redundant hostnames: travelstories.gr, www.travelstories.gr.
What is this about? And why did it show up just now? Did google make any changes? cause I haven't changed anything on my site for a while.
This is my .htaccess:
Code:
# xenforo start
RewriteEngine On
RewriteCond % ^travelstories.gr [NC]
RewriteRule ^(.*)$ http://www.travelstories.gr/$1 [L,R=301]
RewriteRule [^/]+/([\d]+)-.+-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule [^/]+/([\d]+)-.+.html showthread.php?t=$1 [NC,L]
Redirect 301 /index_forums.php http://www.travelstories.gr/community
Redirect 301 /mag http://www.travelstories.gr/community
Redirect 301 /community/portal http://www.travelstories.gr/community
# xenforo end
RedirectMatch permanent ^/$ http://www.travelstories.gr/community/