hybr/ajpm/development/public/interfaces/frontend/web/for_all/.htaccess - Htaccess File

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

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache