RewriteEngine On

# Redirection de pages
RewriteRule ^([a-z0-9-/]+)$ index.php?page=$1 [L]

# Protection des fichiers
RewriteRule ^config/config.yml - [F,L]
RewriteRule ^view/(.*/)*.+\.html\.twig - [F,L]

Options All -Indexes
IndexIgnore *
ServerSignature Off
Options +FollowSymLinks