fi-ksi/web-frontend/master/public/.htaccess - Htaccess File

fi-ksi/web-frontend/master/public/.htaccess

#html5 pushstate (history) support:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule (mode-python.js) mode-python.js [L]
RewriteRule (theme-monokai.js) theme-monokai.js [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.html [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache