301 Redirect SE Friendly - simple

Ok today I was playing with mod_rewrite a bit. I needed this for redirecting the phpmentor.info domain to phpmentor.info/index.html as my host says there’s a problem and 301 redirect is the only thing that can help.

Well, here’s the code I used and worked:

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.phpmentor.info/index.html $1 [R=301,L]

Btw, this code must be placed into your .htaccess fileĀ  :)

Good luck, hope it’ll help you like it helped me!

Pagerank Update Results

Well you all know that there was a pagerank update a few days ago (started at 27th of february). Not much changed for me, here are the results:

bidfortop.com - PR3 ==> PR3;

raduantohi.com - PR4 ==> PR4;

whmtalk.com - PR0 ==> PR0;

hostinglinks.eu - PR2 ==> PR2;

cheatwow.net - PR2 ==> PR2;

gamingtype.com - PR3 ==> PR4;

As you notice, only gamingtype.com has advanced in pagerank. I just hope that its not over yet, because I’m really dissapointed in these results.