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 ?
yes... that should definetly improve your site PR considering you have given 301 redirects to only one possible domain www.example.com