hybr/ajpm/development/public/interfaces/frontend/web/ji.owebp.com/.htaccess - Htaccess File

hybr/ajpm/development/public/interfaces/frontend/web/ji.owebp.com/.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  
AddType application/json .json  

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{HTTPS} !=on
RewriteCond $1 !^/(common|file)/
RewriteRule ^(.*)$ index.html?$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
HTTPS, REQUEST_FILENAME

Comments

Apache