summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlezvous.ca>2008-06-22 11:52:50 -0400
committerEvan Prodromou <evan@controlezvous.ca>2008-06-22 11:52:50 -0400
commit97115c846e139bb101bf0b100a0708dd6532f509 (patch)
tree8c5f6691a2364b1ea4f18d7eafc69b518eba7c0d /htaccess.sample
parentb19c86bd0065ee3a13ced9be3244d8dc007d2ee6 (diff)
move confirmemail to confirmaddress
Rename the confirmemail to more general confirmaddress so we can use it for Jabber, SMS, or whatever. darcs-hash:20080622155250-34904-0cbc2895c01769dfb5e7393e6534355b6f5c2ac3.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 41ae878c6..37575d290 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -16,8 +16,8 @@ RewriteRule ^main/openid$ index.php?action=openidlogin [L,QSA]
RewriteRule ^main/subscribe$ index.php?action=subscribe [L,QSA]
RewriteRule ^main/unsubscribe$ index.php?action=unsubscribe [L,QSA]
-RewriteRule ^main/confirmemail$ index.php?action=confirmemail [L,QSA]
-RewriteRule ^main/confirmemail/(.*)$ index.php?action=confirmemail&code=$1 [L,QSA]
+RewriteRule ^main/confirmaddress$ index.php?action=confirmaddress [L,QSA]
+RewriteRule ^main/confirmaddress/(.*)$ index.php?action=confirmaddress&code=$1 [L,QSA]
RewriteRule ^settings/avatar$ index.php?action=avatar [L,QSA]
RewriteRule ^settings/password$ index.php?action=password [L,QSA]