Proper 301 redirect after changing domain (Webmaster tools)
-
Hello, I changed the domain for my WordPress-based news website about a month ago, and I have a little bit of confussion regarding if I did the 301 redirect the right way, since it works fine BUT Google Webmaster Tools does not recognize the redirection, and our organic visits have dropped significantly.
Our old site: https://www.somosnba.com
Our new site: https://www.somosbasket.comWe have not changed database or hosting, just the domain. In our /www/ folder I have a .htaccess file with the following lines (including the first line in blank):
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I have read tutorials on different types of 301 redirects, some of which aren’t compatible and so on, and I am not sure whether I have done something wrong, since the redirect does work (if you go to any page of the site that starts by somosnba.com/***, it does redirect you to somosbasket.com/***), however, when I try to change the domain in Google Webmaster Tools and I reach the 301 Redirection testing, it tells me Google has not found a 301 Redirection on my site, which gets me confused.
- The topic ‘Proper 301 redirect after changing domain (Webmaster tools)’ is closed to new replies.