Google page rank 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 16:14 UTC
Read the original article Hit count: 238

Filed under:
|
|
|

i have a fashion website. i had redirected my domain htttp:// (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

Related posts about redirects

Related posts about pagerank