quenti77/phq/master/public/.htaccess - Htaccess File

quenti77/phq/master/public/.htaccess

# htaccess pour rédiriger vers l'application les routes
RewriteEngine On

# On redirige pour tous les fichiers et dossiers qui n'existe pas
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?url=$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache