From cca5872bd5f6e50626faedd42fc298cef0b001db Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Wed, 20 Feb 2013 02:09:51 -0800 Subject: Switched to PHP 5.4 . Added domain/user/id.js to the url rewrite. Added users.ajax.php --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.htaccess') 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 -- cgit v1.2.3