labscoop/xortify/master/azure/modules/xrest/.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^images/(.*?)$ images/$1
RewriteRule ^admin/(.*?)$ admin/$1
RewriteRule ^([a-zA-Z0-9-_]+)/([a-z]+)/$ index.php?xrestplugin=$1&outputmode=$2&$3
RewriteRule ^([a-zA-Z0-9-_]+)/$ index.php?xrestplugin=$1&$2
Files
