NxTIC/.htaccess

9 lines
211 B
ApacheConf
Raw Permalink Normal View History

2016-05-11 14:27:44 +00:00
# Gestion des pages d'erreur personnalisées
ErrorDocument 403 /index.php
2016-05-11 14:27:44 +00:00
2016-05-11 14:27:44 +00:00
# Redirection vers index.php (Router)
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]