sebastienadam/compta_perso/master/Sources/PHP/www/.htaccess - Htaccess File

sebastienadam/compta_perso/master/Sources/PHP/www/.htaccess

# Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html)
SetEnv CI_ENV development

# disable directory listing
Options -Indexes

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

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache