• I have just moved a multisite installation to a new host. Everything worked fine on the old host.

    I am using a Quick Redirect plugin to redirect urls. I have tried the redirection plugin too. The plugin works with the www, https://www.cmfi.org/signin. Without the www, it does not work, https:///cmfi.org/signin/.

    What could be causing that? My multisite is setup to be used with subdomains. Also, if I put the 301 redirect rule directly in the .htaccess file, it works fine with or without www.

    Any ideas are greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @senojeel

    Please follow the below steps,

    1. Create new redirect ( 301 ) for non-www ( https:///cmfi.org/signin/) redirect & then test it.

    2. You’re probably using a cache plugin, please purge your cache or disable your plugin for a few minutes and then check it up.

    Hope it helps !

    Thread Starter senojeel

    (@senojeel)

    Thanks Sundar.

    I added htaccess rules and disabled the caching plugin (WP Super Cache).

    RewriteCond %{HTTP_HOST} ^cmfi.org [NC]
    RewriteRule ^(.*)$ https://www.cmfi.org/$1 [L,R=301]

    I tested it was working and then reenabled WP Super Cache, cleared the cache and it still works.

    However, now I can’t get to my Network Admin now. It says there are too many redirect.

    Sorry, I had an extra slash in my URL in my original post.

    Any more ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help with Redirects’ is closed to new replies.