say1hello/AtomeCMS/Atome/.htaccess - Htaccess File

say1hello/AtomeCMS/Atome/.htaccess

AddDefaultCharset UTF-8
DirectoryIndex index.php

php_flag display_errors On

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.+$ /index.php?$0 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache