I also would like to place a redirect on my site and redirect
Free Myspace Profile Layouts Resource, myspace comments ,backgrounds, graphics, videos, profile games, premade and custom layouts - MySpace Layouts Pimp to
Free Myspace Profile Layouts Resource, myspace comments ,backgrounds, graphics, videos, profile games, premade and custom layouts - MySpace Layouts Pimp
Code:
Options +FollowSymLinks
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^(.*)index.php$ http://www.myspacelayoutspimp.com/$1 [R=301,L]
I used the above code in my .htaccess and it worked fine for that purpose untill I tried to access certain pages that have a string added on to index.php such as
Code:
index.php?app=comment-box-gen
These pages are now inaccessible.
Is there a way to redirect only the index.php page without screwing with the others.
Ive got another quick question if both the index.php and the home page has for example a
PR 3 will it increase next time around the home page page rank if I redirect the index.php to the homepage?