obullo/framework/master/public/.htaccess - Htaccess File

obullo/framework/master/public/.htaccess

# Disable directory indexing

Options -Indexes

RewriteEngine on

# Disables all access to files and directories, sends all request to index.php

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache