summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-16 22:29:13 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-16 22:29:13 +0000
commit1b7b58192bd34f7d34ae6712ac1b09130bca6bd0 (patch)
treeafd365da7ca12923dfb701472d9a4c37640ffd24 /htaccess.sample
parentd1b5233eacd0afb19a72651eaaa34027f3735d8c (diff)
Split avatar upload to its own page
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/htaccess.sample b/htaccess.sample
index e348635a8..10e51b5b0 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -52,8 +52,9 @@ RewriteRule ^main/tagother$ index.php?action=tagother [L,QSA]
RewriteRule ^main/block$ index.php?action=block [L,QSA]
-RewriteRule ^settings/delete$ index.php?action=deleteprofile [L,QSA]
RewriteRule ^settings/profile$ index.php?action=profilesettings [L,QSA]
+RewriteRule ^settings/avatar$ index.php?action=avatarsettings [L,QSA]
+RewriteRule ^settings/password$ index.php?action=passwordsettings [L,QSA]
RewriteRule ^settings/openid$ index.php?action=openidsettings [L,QSA]
RewriteRule ^settings/im$ index.php?action=imsettings [L,QSA]
RewriteRule ^settings/email$ index.php?action=emailsettings [L,QSA]