• Resolved cheezitman

    (@cheezitman)


    I’ve been running WP Multisite for quite a while and now I’m having issues with our multisite.

    It’s a subdirectory multisite and the base site seems fine, but all the subsites seem to be missing their posts/pages. Even when I create a new post it vanishes. I can see the posts in MySQL so they are there, but they’re not showing up on the site. I’ve tried reinstalling wordpress, but it didn’t help.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cheezitman

    (@cheezitman)

    Just FYI my .htaccess file is:

    # BEGIN WordPress
    AddType x-mapp-php5 .php
    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).*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>
    
    # END WordPress
    Thread Starter cheezitman

    (@cheezitman)

    Nevermind someone install Capa to block access and enabled it networkwide.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP – Multisite Issues’ is closed to new replies.