summaryrefslogtreecommitdiff
path: root/blob
diff options
context:
space:
mode:
authorHorus32014-03-10 14:01:15 +0100
committerHorus32014-03-10 14:01:15 +0100
commit2e9cc1eea531131cd5a8e25342be3dd0d1978ef1 (patch)
tree9267e3bb86e0842596503a6de3d186b0a28bd63d /blob
parent5441b1738f4fed6a51cbf8a44481251358e9518e (diff)
downloadfiles.iamfabulous.de-2e9cc1eea531131cd5a8e25342be3dd0d1978ef1.tar.gz
stuff
Diffstat (limited to 'blob')
-rw-r--r--blob/nginx_rewrite_rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/blob/nginx_rewrite_rules b/blob/nginx_rewrite_rules
index 8a3d0df..56e3ecc 100644
--- a/blob/nginx_rewrite_rules
+++ b/blob/nginx_rewrite_rules
@@ -17,6 +17,11 @@ location ~* ^/?invite(\?[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?)?$ {
rewrite ^/?invite(\?[0-9a-zA-Z]*(=[0-9a-zA-Z]*)?)? /index.php?task=invite&arguments=$1 last;
}
+
+location ~* ^/?user(\?[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?)?$ {
+ rewrite ^/?user(\?[0-9a-zA-Z]*(=[0-9a-zA-Z]*)?)? /index.php?task=user&arguments=$1 last;
+}
+
location ~* \.php(\?[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?)?$ {} #empty block to catch all
location / {