Forums

redirect from index.php to domain.com/ (3 posts)

  1. 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

  2. newhope4u
    Member
    Posted 5 years ago #

    is there anyone who can help on this?

  3. 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

Topic Closed

This topic has been closed to new replies.

About this Topic