KEYSOURCE/OpenKeyos/master/.htaccess - Htaccess File

KEYSOURCE/OpenKeyos/master/.htaccess

RewriteEngine on
<FilesMatch ^((config).ini$|logs)$>
  Order allow,deny
  deny from all
</FilesMatch>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache