• when i try to load dashboard of the second site i have created on multisite i get an error page 310 saying to many redirects, how do i fix this??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Did you update your .htaccess?

    Is this subdomains or subfolders?

    Does the front page load for the second site?

    Thread Starter word what?

    (@wordwanker)

    how to update .htaccess? its a sub domain, no i cant load anything of the second site.

    Hi –

    I’m having the same issue.

    @ipstenu

    I updated the .htaccess file, it now looks like this:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    # END WordPress

    I then created two subfolders using the Network Admin/ Sites/ Add New

    When I try navigate to the new subfolder/wp admin I get the 310 error.

    Appreciate any advice.

    Thanks

    James

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘error 310’ is closed to new replies.