jumpinjackie/mapguide-rest/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#This assumes the extension is installed under $WWWROOT/rest
RewriteRule ^(.*)$ /mapguide/rest/index.php/$1 [QSA,L]
</IfModule>
Files
