Ysukai/TrackinPeople/master/PhpProject2/.htaccess - Htaccess File

Ysukai/TrackinPeople/master/PhpProject2/.htaccess

# Réécrit une URL de type xxx/yyy/zzz en index.php?controleur=xxx&action=yyy&id=zzz
RewriteEngine on
RewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([a-zA-Z0-9]*)?/?$ index.php?controleur=$1&action=$2&id=$3 [NC,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache