diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-08-27 19:13:21 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-08-27 19:13:21 +0000 |
| commit | 22ea87f0128aab78ba94f7c7f1f98579ebce0b96 (patch) | |
| tree | 985c9cc56bfef214f21637af2656035745ea11d2 | |
| parent | 5199bb41bf7f2773fe8be06f1ea8afa2144e0d45 (diff) | |
| download | users-22ea87f0128aab78ba94f7c7f1f98579ebce0b96.tar.gz users-22ea87f0128aab78ba94f7c7f1f98579ebce0b96.tar.bz2 users-22ea87f0128aab78ba94f7c7f1f98579ebce0b96.zip | |
allow . and - in usernames
| -rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ RewriteEngine on # Uncomment this if mod_rewrites are not working for you. some hosting services have cranky mod_rewrite # RewriteBase /users/ - RewriteRule ^([A-Za-z0-9_]+)$ index.php?home=$1 [L,QSA] + RewriteRule ^([A-Za-z0-9_.-]+)$ index.php?home=$1 [L,QSA] </IfModule> |
