newhope4u
Member
Posted 5 years ago #
Example of problem:
How do I do a redirect from http://photomatt.net/index.php
to http://photomatt.net/ Notice the split page ranks in google for this site...
I tried 301 but could not get it to work
My Site: http://christian-dating-service-plus.com/
thanks
newhope4u
Member
Posted 5 years ago #
is there anyone who can help on this?
ryanmcdonnell
Member
Posted 5 years ago #
This worked for me:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[^/]*/index\.php [NC]
RewriteRule . / [R=301,L]
</IfModule>
Put this before the WordPress rules in .htaccess