From 034694eb53dd71a980745f5594509890fd761998 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 15 May 2006 03:19:56 +0000 Subject: Lots and lots of changes. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@543 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- htaccess.dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'htaccess.dist') diff --git a/htaccess.dist b/htaccess.dist index 697e32f..cf52033 100644 --- a/htaccess.dist +++ b/htaccess.dist @@ -61,13 +61,15 @@ RewriteRule ^([_0-9a-zA-Z-]+)/wp-rss.php(.*) BASE/wp-inst/wp-rss.php [L] RewriteRule ^([_0-9a-zA-Z-]+)/wp-rss2.php(.*) BASE/wp-inst/wp-rss2.php [L] RewriteRule ^([_0-9a-zA-Z-]+)/wp-sidebar.php(.*) BASE/wp-inst/wp-sidebar.php [L] RewriteRule ^([_0-9a-zA-Z-]+)/wp-trackback.php(.*) BASE/wp-inst/wp-trackback.php [L] +RewriteRule ^([_0-9a-zA-Z-]+)/wp-cron.php(.*) BASE/wp-inst/wp-cron.php [L] RewriteRule ^([_0-9a-zA-Z-]+)/xmlrpc.php(.*) BASE/wp-inst/xmlrpc.php [L] RewriteRule ^([_0-9a-zA-Z-]+)/maintenance.php BASE/wp-inst/maintenance.php [L] RewriteRule ^([_0-9a-zA-Z-]+)/favicon.ico BASE/wp-inst/favicon.ico [L] RewriteRule ^([_0-9a-zA-Z-]+)/wp-includes/images/(.*) BASE/wp-inst/wp-includes/images/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+)/wp-includes/js/(.*) BASE/wp-inst/wp-includes/js/$2 [L] -RewriteRule ^wp-newblog.php$ BASE/wp-inst/wp-newblog.php [L] +RewriteRule ^wp-signup.php$ BASE/wp-inst/wp-signup.php [L] +RewriteRule ^wp-activate.php$ /wp-inst/wp-activate.php [L] RewriteRule ^wp-login.php BASE/wp-inst/wp-login.php [L] RewriteRule ^wp-admin/(.*) BASE/wp-inst/wp-admin/$1 [L] RewriteRule ^wp-includes/images/(.*) BASE/wp-inst/wp-includes/images/$1 [L] -- cgit