summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 3 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index e85e1f5..c8a1820 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,4 @@
-AddType x-mapp-php5 .php
+AddHandler x-mapp-php6 .php
ErrorDocument 400 http://www.mazetd.4xg.net/errors.php?error=400
ErrorDocument 401 http://www.mazetd.4xg.net/errors.php?error=401
@@ -21,6 +21,8 @@ RewriteRule ^map/(.*)$ /ajax/maps\.ajax\.php?mapid=$1 [QSA,NC]
RewriteRule ^challenge/(.*)$ /ajax/challenges\.ajax\.php?challengeid=$1 [QSA,NC]
+RewriteRule ^user/(.*)$ /ajax/users\.ajax\.php?userid=$1 [QSA,NC]
+
# CSS and JS cache for 480 weeks
<filesMatch "\.(css|js)$">