I just bought a niche domain that have pr1 but i found out that one of the file: http://www.mydomain.com/xxxxx.txt has pr4 which i could do something about it using mod rewrite to pass the pr of that file to my main domain in order to rank faster for my keywords i am trying to rank for if google think the site is actually pr4...... I am thinking about using this code: RewriteEngine on RewriteRule ^xxxxx\.txt$ http://www.mydomain.com/ [R=301,L] Code (markup): I'm not so sure about if it is right so any suggestion would be highly appreciated!
Whatever you put in htaccess file can be very easily verified in the browser. The code looks correct to me.