• Resolved InSeaSamui

    (@inseasamui)


    OK, setup my first ever multisite. Edited the main site no problem, added new theme & plugins no problem. Just created the first sub-site and the default hello world post does not show but “No posts found.” does. Additional posts do not show either. Sub directories also do not work, according to Chrome, they are stuck in a loop…

    “This web page has a redirect loop
    The web page at http://www.inseaspeedboat.com/snorkeling/sample-page/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.”

    I have tried clearing the cache, cookies and repairing tables. Is there a setting in wp_options or wp_#_options that will fix this…i cant find it!?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter InSeaSamui

    (@inseasamui)

    Plugins turned off and theme set to default still gives the same problem.

    Thread Starter InSeaSamui

    (@inseasamui)

    .htacesss content:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter InSeaSamui

    (@inseasamui)

    Clean install removed the issue. I dont know what the problem was originally.

    Tim Moore

    (@tmoorewp)

    Please stick to one topic. Your original is at http://wordpress.org/support/topic/moving-multiple-wordpress-sites-to-multisite?replies=3 and all of your other topics relate to that one.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Posts & sub-directories stuck in redirect loop’ is closed to new replies.