diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-24 18:03:35 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-24 18:03:35 -0400 |
commit | bb3c796c25f989b529af0e985faa857689e0b25f (patch) | |
tree | d8fb5160d7a858197f0dcfca43cd1a09356f013b /htaccess.sample | |
parent | 589a6c05f7dda6e365298fb0854700a94853bb1a (diff) |
url for confirmation email is better, fancy url
darcs-hash:20080624220335-34904-2c4089bf6d1b37b6f613ce89c6fad104727e7487.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index 37575d290..a5d2cd4e0 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -18,6 +18,8 @@ RewriteRule ^main/subscribe$ index.php?action=subscribe [L,QSA] RewriteRule ^main/unsubscribe$ index.php?action=unsubscribe [L,QSA] 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 ^settings/avatar$ index.php?action=avatar [L,QSA] RewriteRule ^settings/password$ index.php?action=password [L,QSA] |