i am seeing my webs PR 4 with index.php and 0 without /index.php is google updating PR ?? and for me its shocking as my PR was n/a with index.php and 0 without /index.php my sit is http://www.kingkoopa.com
That's what I get as well actually. How are you seeing the PR4? This the site that I use: http://www.prchecker.info/check_page_rank.php
because domain.com/index.php and domain.com are 2 different pages for Search engines. You should have a 301 redirect on your index.php so it always shows domain.com This should help: RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.domain.com/ [R=301,L] Code (markup):
thanks a lot problem was with my browser please i need to add this code in index.php or i remove existing index and create new with name index.php?
You put the Rewrite codes in the .htaccess file on your root domain. (look in your hosting's cpanel) if it doesn't exist, just create it.
if i put above code in .htaccess file it will work or not or i have to write something else suggest please