hybr/ajpm/development/public/interfaces/frontend/web/for_all/.htaccess
AddType text/css .css
AddType text/javascript .js
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/font-woff .woff
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_URI} !/(common|file).*/ [NC]
RewriteRule ^.*$ /index.html [L,QSA]
On Github License
Files