12-13-2008, 03:13 AM
|
|
hi
Industry Role:
Join Date: Jun 2002
Posts: 16,731
|
Quote:
Originally Posted by Doctor Feelgood
# redirects index.php to main url
RewriteCond %{THE_REQUEST} ^.*/index.php
RewriteRule ^(.*)index.php$ http://www.yoursite.com/$1 [R=301,L]
|
Sweet, thanks 
|
|
|