Гугл не видит www домен сайта

Grinder88
На сайте с 05.04.2012
Offline
87
540

В гугле по запросу site:www.site.ua не находит ни одной страници.

Без www показывает всё нормально, в чём может быть проблемма ?

На всякий случай вот .htaccess

##  Can be commented out if causes errors, see notes above.

Options +FollowSymLinks

#
# mod_rewrite in use

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.txt|\.pdf|\.raw|/[^.]*)$ [NC]
#RewriteRule ^([aA-zZ])$ index.php?username=$1
#RewriteCond %{HTTP_HOST} ^(^.*)\.artist.ua
#RewriteRule (.*) index.php?username=%1

RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
Самый лучший VPS (https://vdsina.ru/?partner=d12an5ncjk)

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий