• Hello,
    I have just installed WordPress on dreamhost and activated mulit-sites. I am able to create the new sub-directory blogs, and when I go to the SuperAdmin page it shows that I have three sites. When I click the button to Search Sites, I see each of the three just as I expected. However, when I click the link on either of the sub-sites, I get an error message that the page was not found. This error message is formatted in the Theme for the main site and is a WordPress page. This happens for each of the sub-sites.

    Also, when I click on the Dashboard links for any of the sites, how do I know which site I am updating? I don’t see anything to indicate which site I am in, so it makes it hard to figure out which one I am working with.

    I have found a couple of different topics that pertain to this same issue, but neither one seems to have addressed my problem. I have the “pretty permalinks” working, I have followed all the steps in the codex file, but still no luck. I’m sure there is something that I have overlooked, but rather than frustrate myself any further I was hoping for some help.

    I have my .htaccess file in the same folder as the wp-config.php file, and I even tried placing a copy of the .htaccess file in the root directory. I don’t have any plugins activated. This is a brand new install and I have not started adding any content. Any help would be truly appreciated.

    My site is http://www.drennon.com, and the sub-sites are /poetry and /kindle, just in case that helps. I have several questions about some things I want to do when I get the sub-sites working, but I’ll save those for later. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Also, when I click on the Dashboard links for any of the sites, how do I know which site I am updating?

    Well, if it;s actually working properly, the site name will be in the top left in the admin area.

    If it has the name of the main site… you’re still at the main site.

    I’m getting a different message – Directory listing denied. Which may mean DH is doing something funky.

    Though I’m looking around and do not see any evidence that your main site http://www.drennon.com, is actually a WordPress install.

    the subsites are formed from where it is installed. So – what’s the link to the MAIN site in te install, because drennon.com is not it.

    I have resolved a similiar error where the subsites of my install in a subdirectory were not displayed.
    the .htaccess file needs updating

    RewriteBase / changed to RewriteBase/ yourdirectory/

    RewriteRule ./index.php [L] changed to RewriteRule ./yourdirectory/index.php

    I am not too sure if this is in the generated .htacces or where it happened but more importantly is that the site now function after weeks of frustation and headbanging.

    not sure if both adjustments are required..

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    When you turned on the network, you should have been prompted for what YOUR .htaccess should be.

    You can go check it under the Tools >> Network menu on the admin backend.

    thanks ipstenu
    Like I said, not sure where the incorrect file came from
    Do auto updates include any .htaccess ?

    Or it could have been overwritten, however it now matches the generated file.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Nope. Autoupdates don’t include .htaccess. Now, if you have permissions set so WordPress can edit it, then yeah, plugins and other things could change it.

    What are the permissions on the file?

    Permissions set at 644

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Those permissions are good. I suspect the old .htaccess you had was from before you turned on multisite, so thats why it was ‘bad’.

    644 won’t be overwritten by WP.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Sub-directory Blogs not found’ is closed to new replies.