summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-08-27 19:13:21 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-08-27 19:13:21 +0000
commit22ea87f0128aab78ba94f7c7f1f98579ebce0b96 (patch)
tree985c9cc56bfef214f21637af2656035745ea11d2
parent5199bb41bf7f2773fe8be06f1ea8afa2144e0d45 (diff)
downloadusers-22ea87f0128aab78ba94f7c7f1f98579ebce0b96.tar.gz
users-22ea87f0128aab78ba94f7c7f1f98579ebce0b96.tar.bz2
users-22ea87f0128aab78ba94f7c7f1f98579ebce0b96.zip
allow . and - in usernames
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 491bdce..3ede63a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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>