uni-create/hana/master/.htaccess - Htaccess File

uni-create/hana/master/.htaccess

<Files ~ ".db$">
  deny from all 
</Files>
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpg|png|css)$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache