View Single Post
  #4 (permalink)  
Old 03-07-2008, 02:43 AM
digitalpimp digitalpimp is offline
WebProWorld New Member
 

Join Date: Mar 2008
Posts: 3
digitalpimp RepRank 0
Default Re: 301 redirect problem?

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?

Last edited by digitalpimp : 03-07-2008 at 02:58 AM.
Reply With Quote