Permalinks and Multisite not mixing well
-
Hi there.
I am trying to make a wp multisite work for the 2nd time.
I was working on a different one the other day with no subdirectory setup on blue host…. the css wasn’t applying to the sub sites… Andrea said there was a bug track ticket already in process.
Anyway, on a different hosting — webmasters.com — I was able to set up a multisite.
the css applied to the subsites WITH the subdirectory chosen.
THEN… when I want to get the permalinks working the whole thing stops working.
Here’s the timeline:
permalinks with no multisite work just fine
htaccess file says:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressSo, add the network stuff and make the htaccess file the suggested (by wp):
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]and then it says the pages are no longer there.
Not Found
Sorry, the requested URL was not found on this server.
Apache/1.3.27 Ben-SSL/1.48 Server at Port 80Any ideas?
Thanks as always!
I hope this is clear. ??
Stephanie Fraser
Vermont.be
- The topic ‘Permalinks and Multisite not mixing well’ is closed to new replies.