rack
05-11-2007, 04:08 PM
Hello, I hope this is in the correct place, if not someone please redirect me. :)
I have a website with the files in the root directory, it has a page rank of 5.
rackjite.com/
I have a blog with the files in a subdirectory, it has a page rank of 4.
rackjite.com/serendipity/
I want the existing external links to end up at the blog with the domain page rank of 5. Though at the point of frustration I am with this, I don't care about the page rank anymore! :)
I use the following 301 in the htaccess file of the root.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^rackjite\.com
RewriteRule ^(.*)$ http://rackjite.com/serendipity/$1 [R=permanent,L]
My problem is that the page rank does not carry over and I can no longer access the website which I want to do. I assume my problem is that the 301 not only redirects rackjite.com, but also rackjite.com/index.htm(l).
Anyone have the answer? Please?
RJ
I have a website with the files in the root directory, it has a page rank of 5.
rackjite.com/
I have a blog with the files in a subdirectory, it has a page rank of 4.
rackjite.com/serendipity/
I want the existing external links to end up at the blog with the domain page rank of 5. Though at the point of frustration I am with this, I don't care about the page rank anymore! :)
I use the following 301 in the htaccess file of the root.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^rackjite\.com
RewriteRule ^(.*)$ http://rackjite.com/serendipity/$1 [R=permanent,L]
My problem is that the page rank does not carry over and I can no longer access the website which I want to do. I assume my problem is that the 301 not only redirects rackjite.com, but also rackjite.com/index.htm(l).
Anyone have the answer? Please?
RJ