zenn1989/ffcms/master/.htaccess - Htaccess File

zenn1989/ffcms/master/.htaccess

AddDefaultCharset utf-8
Options -Indexes

DirectoryIndex index.php
RewriteEngine On
RewriteRule ^.htaccess$ - [F]

RewriteCond %{REQUEST_URI} !.(ico|css|js|txt|jpg|png|bmp|jpeg|eot|svg|ttf|woff)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache