TAMULib/Weaver-UI-Seed/master/app/.htaccess - Htaccess File

TAMULib/Weaver-UI-Seed/master/app/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
    RewriteBase /weaver-ui-seed/

    RewriteEngine on
    RewriteCond %{HTTP:X-Requested-With} !XMLHttpRequest$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule . index.html [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, X-Requested-With

Comments

Apache