• Resolved agentrelaxed

    (@agentrelaxed)


    I just see white pages, as in https://cassandradisque.com/oncefabulous/2010/12/13/hello-world/ and https://cassandradisque.com/oncefabulous/2010/.

    This is a new install. I’m not showing any errors anywhere. I was able to set up my sites just fine in the admin panel (though I can’t see any of them). I have all my plug-ins deactivated.

    I’m thinking it’s likely an .htaccess problem, but I don’t know where to start, so here’s what my file looks like:

    AddHandler application/x-httpd-php5 .php
    # BEGIN WordPress
    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]
    # END WordPress

    Thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter agentrelaxed

    (@agentrelaxed)

    Additionally, my folder located at /wp-content/blogs.dir is mysteriously empty.

    And I also have another wp-content folder that has been created (not by me), this one at /wp-content/wp-content; it cannot be opened for some reason. It is CHMODed 0755 like the other folders and I am the owner, same as on the other folders.

    Additionally, my folder located at /wp-content/blogs.dir is mysteriously empty.

    Did you upload any media files? Becasue that;s all the folder is for – media uploads. the blogs do not live in there.

    delete that other wp-content folder.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    White pages are PHP errors, and your .htaccess is fine.

    It all loads for me, though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite install (subfolders) not showing new sites’ is closed to new replies.