diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-12 10:44:48 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-12 10:44:48 +0000 |
| commit | fa60a2d0c64fa29e8f1f70298da44e360e0d66bd (patch) | |
| tree | f95242b0bc46178285919c301cb0236710529171 | |
| parent | ddde9ef972f25f348b58701c24decf3b62a6fa4d (diff) | |
New url /signup/ for wp-newblog.php
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@171 7be80a69-a1ef-0310-a953-fb0f7c49ff36
| -rw-r--r-- | htaccess.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.dist b/htaccess.dist index 1738ab0..2424a9b 100644 --- a/htaccess.dist +++ b/htaccess.dist @@ -55,6 +55,7 @@ RewriteRule ^favicon.ico /wp-inst/favicon.ico [L] RewriteRule ^robots.txt /wp-inst/robots.txt [L] RewriteRule ^wp-newblog.php BASE/wp-inst/wp-newblog.php [L] +RewriteRule ^signup/ BASE/wp-inst/wp-newblog.php [L] RewriteRule ^invite/(.*)/? BASE/wp-inst/wp-newblog.php?u=$1 [L] RewriteRule ^index.php BASE/wp-inst/index.php [L] |
