irontec/LibreCon-app/master/rest-api/web/dev.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, ENV, REQUEST_FILENAME

Comments

Apache