drkameleon/minima/master/.htaccess
##********************************************************
## Minima
## Web Framework
##
## (c) 2009-2014, Dr.Kameleon
##********************************************************
## .htaccess
##********************************************************
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /minima/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
DirectoryIndex index.lgm
RewriteRule . index.lgm [L]
</IfModule>
On Github License
Files
Download PDF of Htaccess file