diff --git a/.gitattributes b/.gitattributes
index 6f1032003218ce6c1cd522afcd57d0025cae9434..b81da361842a10141997cfe77358a0c3b2373c84 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -197,6 +197,7 @@ documents/siteon5.png -text
 documents/siteon9.png -text
 documents/spip_decroche_la_lune.jpg -text
 en_travaux/fond.jpg -text
+/evenement.html -text
 exec/agenda_upgrade.php -text
 /exporter-ical.html -text
 /favicon.ico.html -text
diff --git a/evenement.html b/evenement.html
new file mode 100644
index 0000000000000000000000000000000000000000..ae5c897f4935c4230dd44a779e641e8c15809f2c
--- /dev/null
+++ b/evenement.html
@@ -0,0 +1,5 @@
+<BOUCLE_ArticleEvenement(EVENEMENTS){id_evenement}><?php
+	header("HTTP/1.1 302");
+	header("Location: #URL_ARTICLE[#evenement(#ID_EVENEMENT)]");
+	exit;
+?></BOUCLE_ArticleEvenement>
\ No newline at end of file