irontec/LibreCon-app/master/rest-api/web/dev.htaccess
<IfModule mod_rewrite.c>
SetEnv APPLICATION_ENV development
Options -MultiViews -Indexes
AddOutputFilterByType DEFLATE application/json
RewriteEngine On
RewriteBase /dev-route
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>
Files
