From 95112b1eb06a4be531ded59563d53a63a8d614e8 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 8 Aug 2021 12:04:30 +0200 Subject: Opening! --- legal/.htaccess | 4 +- legal/index.php | 224 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 115 insertions(+), 113 deletions(-) (limited to 'legal') diff --git a/legal/.htaccess b/legal/.htaccess index ec30801..b67accb 100644 --- a/legal/.htaccess +++ b/legal/.htaccess @@ -1,3 +1,3 @@ -RewriteEngine on -RewriteBase /blog +RewriteEngine on +RewriteBase /blog RewriteRule ^/?article-([a-zA-Z0-9_@\-]+)$ /blog/_article.php?i=$1 [L] \ No newline at end of file diff --git a/legal/index.php b/legal/index.php index e620327..680a7ed 100644 --- a/legal/index.php +++ b/legal/index.php @@ -1,111 +1,113 @@ - -
-
-

- According to French laws, this message needs to be in French. See English translation below.
", "") ?> - - -

Ce site Web est développé, géré et hébergé par :

- -
- This website is developed, managed and hosted by:

- ", "") ?> - -

-

- - -
- -
- - + +
+
+ +
+

+ According to French laws, this message needs to be in French. See English translation below.
", "") ?> + + +

Ce site Web est développé, géré et hébergé par :

+ +
+ This website is developed, managed and hosted by:

+ ", "") ?> + +

+

+ + +
+ +
+ + -- cgit