Results 1 to 3 of 3

Thread: 2 PageRank?

  1. #1
    Join Date
    Dec 2007
    Posts
    21

    Exclamation 2 PageRank?

    Hello Guys,

    I have nice indexu dir My problem www.domain.com has PR3 and index.php has PR2. How can i redirrect or do something to get only one PR?

    Thanx
    Sam

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    .htaccess is your friend

    Add the following at the bottom of the page, change for your own domain. This will redirect domain.com to www.domain.com. If you want it the other way then just change the www. around.

    RewriteCond %{HTTP_HOST} ^odpslice.com$
    RewriteRule ^(.*)$ http://www.odpslice.com/$1 [R=301]

  3. #3
    Join Date
    Dec 2007
    Posts
    21

    Default

    Great Thanx a lot
    Sam

    Quote Originally Posted by Bruceper View Post
    .htaccess is your friend

    Add the following at the bottom of the page, change for your own domain. This will redirect domain.com to www.domain.com. If you want it the other way then just change the www. around.

    RewriteCond %{HTTP_HOST} ^odpslice.com$
    RewriteRule ^(.*)$ http://www.odpslice.com/$1 [R=301]

Similar Threads

  1. Box Pagerank
    By Francesco in forum v5.x
    Replies: 2
    Last Post: 01-27-2007, 06:49 PM
  2. Pagerank
    By Antony in forum v5.x
    Replies: 9
    Last Post: 10-30-2006, 08:07 AM
  3. PageRank in 5.0.1 from 5.1.1
    By pozycjoner in forum Blocks and Modification
    Replies: 3
    Last Post: 06-30-2006, 11:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •