Nottoyage code PHP, Relocalisation des repertoires, MVC amélioré sans PHP Modification des liens JQuery, Bootstrap
7 lines
224 B
ApacheConf
7 lines
224 B
ApacheConf
RewriteEngine On
|
|
|
|
RewriteRule ^accueil$ index.php?page=accueil [L]
|
|
|
|
RewriteRule ^json/([\w-]+)$ index.php?page=json&table=$1 [L]
|
|
RewriteRule ^json/([\w-]+)-([\w-]+)-([\w-]+)$ index.php?page=json&table=$1&email=$2&mdp=$3 [L]
|