WPMU root installation
-
Hallo,
I have problem with the htaccess file of my WP 3.01 when I try to turn it into WPMU.
When I install WP in subdir (like mydomain.com/wordpress) I have no problem with the multisite option and the htaccess file works perfect.
The problem is when I try to install WP in the root of the domain (mydomain.com). Everything is OK until I try multisite and I rewrite the htaccess file with the MU content.
It does not work.
The htaccess file is:
RewriteEngine On RewriteBase /wordpress/ 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).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Is it possible generally to install MU in the root so that every new site could have url of the type: mysite.com/new-site?
If yes, what is wrong here?
Thank you in advance,
Bogdan
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘WPMU root installation’ is closed to new replies.