izumrud-system/izumrud-system/master/.htaccess - Htaccess File

izumrud-system/izumrud-system/master/.htaccess

Options All -Indexes

<FilesMatch ".(htaccess|htpasswd|ini|phps|fla|psd|log|sh|sys|krnl|lib|map|mdl)$">
  Order Allow,Deny
  Deny from all
</FilesMatch>

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.+)$ index.php?uri=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache