Glennmen/ICTProjects3/master/.htaccess - Htaccess File

Glennmen/ICTProjects3/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>

AddDefaultCharset utf-8

php_value date.timezone "Europe/Brussels"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache