PR and 301 ?

Discussion in 'Google' started by Notorious, Oct 25, 2006.

  1. sourcer

    sourcer Well-Known Member

    Messages:
    960
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    120
    #21
    I tried to add 301 to my websites like you guys said before and here is what i got:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.


    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.


    --------------------------------------------------------------------------------

    Apache/1.3.36 Server at www.sourcer.org Port 80​

    Here is the code that i put in .htaccess


    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^sourcer.org [NC]
    RewriteRule ^(.*)$ http://www.sourcer.org/$1 [L, R=301]

    Options +FollowSymLinks
    RewriteEngine on
    # index.php to /
    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/
    RewriteRule ^(.*)index\.php$ /$1 [R=301, L]

    What is wrong ?
     
    sourcer, Oct 29, 2006 IP
  2. sourcer

    sourcer Well-Known Member

    Messages:
    960
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    120
    #22
    Can someone help me with that ? Please !
     
    sourcer, Oct 29, 2006 IP
  3. PurpleCow

    PurpleCow Peon

    Messages:
    440
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #23
    yes... that should definetly improve your site PR considering you have given 301 redirects to only one possible domain www.example.com
     
    PurpleCow, Oct 30, 2006 IP
  4. sourcer

    sourcer Well-Known Member

    Messages:
    960
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    120
    #24
    I haven't given 301 redirects to www.example.com because i have an ERROR !
     
    sourcer, Oct 30, 2006 IP