phpffcms/ffcms/master/.htaccess - Htaccess File

phpffcms/ffcms/master/.htaccess

AddDefaultCharset utf-8
Options -Indexes
DirectoryIndex index.php

RewriteEngine On
RewriteRule ^.htaccess$ - [F]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache