lekster/md_new/master/new/libraries/common/RestApiServer/example_extjs_grid/rest/web/.htaccess - Htaccess File

lekster/md_new/master/new/libraries/common/RestApiServer/example_extjs_grid/rest/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteCond %{REQUEST_URI} !dispatch.php$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule .* /web/rest/web/dispatch.php [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache