RewriteEngine on
Options +FollowSymLinks

# reecritures
RewriteRule ^admin$ admin.php [QSA,L]
RewriteRule ^save$ save.php [QSA,L]
RewriteRule ^getLastSessionPostes$ getLastSessionPostes.php [QSA,L]
RewriteRule ^admin/updatePostes$ admin/updatePostes.php [QSA,L]
RewriteRule ^aide$ aide.html [QSA,L]





