Multisite Installation 404 Error
-
hello, my apologies if this has been resolved elsewhere but I simply can’t find a solution to this.
Here’s a quick break-down of my situation:
- I’ve installed WP Multisite (3.2.1) at racejournals.com.
- created sub-directory installation
- .htaccess edited alright and has 666 permissions
- permalinks not really edited
The problem I’m running into is that I just get page not found errors no matter what page or site I go to…The homepage works just fine but as soon as I try to navigate from there the server can’t seem to find the page.
Here’s my htaccess for your reference. I have a feeling it might be something to do with this:
\\<IfModule mod_rewrite>
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]</IfModule>\\
Any help you can offer will be greatly appreciated!!
The topic ‘Multisite Installation 404 Error’ is closed to new replies.