diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-23 02:23:26 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-23 02:23:26 -0700 |
commit | d028f04c2213bb03af98ba5e9357ae18b9ae2a65 (patch) | |
tree | 2e548ede1c87c33a73be1a7184a07b5eb8127540 /.htaccess | |
parent | cf370b988c5e90f73d392a605f4779cf2cc688bb (diff) | |
download | pathery-d028f04c2213bb03af98ba5e9357ae18b9ae2a65.tar.xz |
404 for non-existing maps.
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ RewriteRule (.*) http://www.mazetd.4xg.net/$1 [R,L] RewriteRule ^([a-z]+)$ /index\.php?page=$1 [QSA,NC]
# GetMap Re-write
-RewriteRule ^map/(.*)$ /ajax/maps\.ajax\.php?mapid=$1 [QSA,NC]
RewriteRule ^a/map/(.*)$ /ajax/maps\.ajax\.php?mapid=$1 [QSA,NC]
RewriteRule ^a/mapsbydate/(.*)$ /ajax/maps\.ajax\.php?getmapidsbydate=$1 [QSA,NC]
|