• I just changed wordpress to my root so it’s now https://larrybrownsports.com instead of https://larrybrownsports.com/wordpress.

    I’d like to redirect all the old /wordpress files to the new ones and I’ve read through the forums about other people’s similar problems and haven’t figured it out. It seems like I need to change something in my index file, but I don’t know what the proper code is. Can anyone help me? The other problem is my RSS feed no longer works now that I changed it. Any help would be greatly appreciated. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you also copy your .htaccess to root? Did you update permalinks?

    Thread Starter lbrownie

    (@lbrownie)

    I’m not sure what to change it to. My .htaccess currently looks like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress

    What should it be?

    I also changed permalinks from default to name and date based. What else should i do? Thanks for the help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect Problems’ is closed to new replies.