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]