diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-09-05 15:47:32 -0400 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-09-05 15:47:32 -0400 |
commit | 4f1c30fd882211186a1e8609e500a6d2683098dc (patch) | |
tree | 1b9a921c7befdc6da274f23c9877b48da9ef3c2c /htaccess.sample | |
parent | 6c4dc071bffd16c0a1da8382bc6e854841f1b6d1 (diff) |
Conflated Avatar and Profile settings + removed a bunch of unnecessary whitespace
darcs-hash:20080905194732-7b5ce-2797acd4d04f3b02c4ad67be629badbae469e8ed.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/htaccess.sample b/htaccess.sample index d45b119d1..af7925b1d 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -35,9 +35,6 @@ 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 ^main/favor$ index.php?action=favor [L,QSA] -RewriteRule ^main/disfavor$ index.php?action=disfavor [L,QSA] - RewriteRule ^settings/avatar$ index.php?action=avatar [L,QSA] RewriteRule ^settings/password$ index.php?action=password [L,QSA] RewriteRule ^settings/profile$ index.php?action=profilesettings [L,QSA] |