Forums

Posts aren't displaying on my main site after MU install (3 posts)

  1. SoFarSoFresh
    Member
    Posted 1 year ago #

    Hello,

    I recently installed MU and everything went fine. I deployed another site and it seems to be working as well. However, on my main site none of the posts are displaying. I get a 404 error, so it must be something with the .htaccess, but I don't know what it is. I would like to keep everything on my site the same, so hopefully I don't have to change anything site wise to get the posts to display.

    Any help will be appreciated, and you can view our site at here.

    My current .htaccess file:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]
  2. Andrea_r
    team pirate
    Posted 1 year ago #

    As a quick check, resave the permalinks.

  3. SoFarSoFresh
    Member
    Posted 1 year ago #

    Cool, that worked. Thanks Andrea.

Topic Closed

This topic has been closed to new replies.

About this Topic