diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-16 22:29:13 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-16 22:29:13 +0000 |
commit | 1b7b58192bd34f7d34ae6712ac1b09130bca6bd0 (patch) | |
tree | afd365da7ca12923dfb701472d9a4c37640ffd24 /htaccess.sample | |
parent | d1b5233eacd0afb19a72651eaaa34027f3735d8c (diff) |
Split avatar upload to its own page
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 3 |
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] |