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]