Why is Google PageRank not showing after redirecting www to non www?
Posted
by
muhammad usman
on Pro Webmasters
See other posts from Pro Webmasters
or by muhammad usman
Published on 2013-11-07T13:25:53Z
Indexed on
2013/11/07
22:22 UTC
Read the original article
Hit count: 281
I have a fashion website. I had redirected my domain http://
(non-www
) to http://www
domain and my preferred domain in Google Webmaster Tools was http://www
.
Now I have redirected http://www
to http://
domain and have changed my prefered domain as well.
Now Google PageRank is not showing for even a single page. Would any body please help me and let me know if I have done something wrong?
Below is my .htaccess redirect code:
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_HOST} ^www\.deemasfashion\.com$
RewriteRule ^deemasfashion\.com/?(.*)$ http://deemasfashion.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/
RewriteRule ^index\.html$ http://deemasfashion.com/ [R=301,L]
RewriteRule ^index\.htm$ http://deemasfashion.com/ [R=301,L]
© Pro Webmasters or respective owner