Ramzi-Alqrainy/SELK/master/kibana-3.1.0/.htaccess - Htaccess File

Ramzi-Alqrainy/SELK/master/kibana-3.1.0/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteCond %{REQUEST_FILENAME} !^.*.(gif|jpg|png|css|js|swf|xml|php)$
RewriteRule !.(js|ico|gif|jpg|jpeg|png|css)$ index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache