summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-25 15:31:49 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-25 15:31:49 -0400
commit2a6d27d37d0f37a868836a32a61cbed5c32adfc3 (patch)
tree4757c107e182f1b186a85065bf79bbcd3b3436e0 /htaccess.sample
parent55fe8f8ff83d8cd9f165c69385384c35bda3fcde (diff)
add invite to htaccess.sample
darcs-hash:20080825193149-84dde-dcb4fd0fbe5cba621d02dd3436daa69505200ccd.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 85698c2c5..db8c43e74 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -32,6 +32,7 @@ RewriteRule ^main/confirmaddress$ index.php?action=confirmaddress [L,QSA]
RewriteRule ^main/confirmaddress/(.*)$ index.php?action=confirmaddress&code=$1 [L,QSA]
RewriteRule ^main/recoverpassword$ index.php?action=recoverpassword [L,QSA]
RewriteRule ^main/recoverpassword/(.*)$ index.php?action=recoverpassword&code=$1 [L,QSA]
+RewriteRule ^main/invite$ index.php?action=invite [L,QSA]
RewriteRule ^settings/avatar$ index.php?action=avatar [L,QSA]
RewriteRule ^settings/password$ index.php?action=password [L,QSA]