diff --git a/attestation/index.php b/attestation/index.php
index 7ef5431b0f1e9a73531bc6c43d8d03fe5d41faa2..78c1528c14dd38f62e951e9aeeef49f8132b6195 100644
--- a/attestation/index.php
+++ b/attestation/index.php
@@ -1,3 +1,8 @@
+<?php
+header('Location: https://pixees.fr/wp-content/plugins/class_code_v2/attestation/index.php');
+exit;
+?>
+
 <?php 
 
   //-echo "<pre>Le m&eacute;canisme d'attestion est en maintenance, &agrave; dans quelques jours.</pre>"; exit;
diff --git a/attestation/inscription.php b/attestation/inscription.php
index b6d42316fd474032ae0318dbc40f6a2dca70ec0e..8731c649ec1ec04c8f0a2433ce94ca5dd2865ddd 100644
--- a/attestation/inscription.php
+++ b/attestation/inscription.php
@@ -1,3 +1,8 @@
+<?php
+header('Location: https://pixees.fr/wp-content/plugins/class_code_v2/attestation/inscription.php');
+exit;
+?>
+
 <?php 
 define('WP_USE_THEMES', false);
 require_once("../../../../wp-load.php");