BitLucid/silx/master/www/.htaccess
<IfModule mod_rewrite.c>
# Rewrite all other URLs to front.php/URL
Options -MultiViews
RewriteEngine On
#RewriteBase /path/to/app
RewriteCond %{REQUEST_URI} !^/images*
RewriteCond %{REQUEST_URI} !^/assets*
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ front.php [QSA,L]
</IfModule>
# Cache
#RewriteRule .* - [E=HTTP_IF_MODIFIED_SINCE:%{HTTP:If-Modified-Since}]
#RewriteRule .* - [E=HTTP_IF_NONE_MATCH:%{HTTP:If-None-Match}]
On Github License
Files