fury93/hi-client/master/.htaccess - Htaccess File

fury93/hi-client/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.html$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.html [L]
 </IfModule>

<ifModule mod_headers.c>
    Header set Access-Control-Expose-Headers "X-Pagination-Total-Count,X-Pagination-Per-Page,X-Pagination-Page-Count,X-Pagination-Current-Page,Link"
</ifModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache