<IfModule mod_rewrite.c>
   # Redirect all URL to https://newdomaine.com/$1
   RewriteEngine On
   RewriteRule (.*)$ https://78-couvreur.fr/$1 [R=301,L]
</IfModule>

<Files 403.shtml>
order allow,deny
allow from all
</Files>
RewriteCond %{HTTP_HOST} ^ad\-couvreur\-78\.ibykos\.com$
RewriteRule ^/?$ "https\:\/\/78\-couvreur\.fr\/" [R=301,L]
