From 347609f06507e2a58db6763e19a06193436f1209 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 17 Jan 2024 11:23:09 +0100 Subject: [PATCH] wait #6626 @0:20 --- .htaccess | 3 +++ files/voeux/index_en.html | 48 +++++++++++++++++++++++++++++++++++++++ files/voeux/index_fr.html | 44 +++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+) create mode 100644 files/voeux/index_en.html create mode 100644 files/voeux/index_fr.html diff --git a/.htaccess b/.htaccess index 2c7f2e2..737380e 100644 --- a/.htaccess +++ b/.htaccess @@ -21,6 +21,9 @@ # Redirection to www. subdomain RewriteCond %{HTTP_HOST} =cubedesigners.com RewriteRule ^(.*)$ https://www.cubedesigners.com/$1 [R=301,L] + + RewriteRule ^happynewyear$ files/voeux/index_en.html [NC,L] + RewriteRule ^bonneannee$ files/voeux/index_fr.html [NC,L] # Block browser access to the framework folder and sensitive files RewriteRule ^framework/.*$ - [F] diff --git a/files/voeux/index_en.html b/files/voeux/index_en.html new file mode 100644 index 0000000..9cf6edb --- /dev/null +++ b/files/voeux/index_en.html @@ -0,0 +1,48 @@ + + + + + Happy New Year - Fluidbook and Cubedesigners! + + + +
+ +
+ + \ No newline at end of file diff --git a/files/voeux/index_fr.html b/files/voeux/index_fr.html new file mode 100644 index 0000000..7941397 --- /dev/null +++ b/files/voeux/index_fr.html @@ -0,0 +1,44 @@ + + + + +Heureuse Nouvelle Année - Fluidbook et Cubedesigners ! + + + +
+ +
+ + \ No newline at end of file -- 2.39.5