ericweinbaum/komodo/master/.htaccess - Htaccess File

ericweinbaum/komodo/master/.htaccess

RewriteEngine on
RewriteRule ".(ico|png|gif|jpg|jpeg|pdf|doc|docx|psd|ai|tiff|csv|xls|json|js)$" "-" [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [L]
RewriteRule ^.*$ index.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache