Thread: PR Increases
View Single Post
Old 2007-07-24, 10:52 PM   #19
LowryBigwood
Don't get discouraged; it's usually the last key that opens the lock...
 
LowryBigwood's Avatar
 
Join Date: Aug 2003
Location: Dallas, Tx
Posts: 1,203
Quote:
Originally Posted by Maj. Stress View Post
First have you ever checked page rank on a sites index and compared, http://www.domain.com with http://domain.com and found they have different page ranks? Afterall it is the same page. The search engines see them differently tho. If for example you have ibl's (inbound links) coming into your site using http:www.domain.com and you use relative linking within your site, you are splitting your page rank. You can boost the pr by using absolute linking if the ibl's are using the full url (http://www.domain.com)
Adding this to your .htaccess file should solve any diluted pagerank problem. Replace domain.com with your domain of course...

RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
__________________
Free Porn Buddy | Porn Buddy Blog
LowryBigwood is offline   Reply With Quote