tghpow/aranhil/master/.htaccess - Htaccess File

tghpow/aranhil/master/.htaccess

# Envoi des requêtes sur index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|assets/|themes/|robots.txt|([a-z0-9]+.html))
RewriteRule ^(.*)$ index.php?/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache