From 49d539ee724d397a8be578653dc4a81ae51cee02 Mon Sep 17 00:00:00 2001 From: Aviortheking <2bazert@gmail.com> Date: Mon, 26 Nov 2018 14:01:19 +0100 Subject: [PATCH] remove files from .gitignore added .html files edited handler and tagHandler --- project/.htaccess | 4 +- project/.idea/misc.xml | 6 - project/.idea/modules.xml | 8 - project/.idea/project.iml | 8 - project/.idea/vcs.xml | 6 - project/.idea/workspace.xml | 227 ----------------------- project/assets/html/includes/footer.html | 1 + project/assets/html/includes/head.html | 8 + project/assets/html/includes/header.html | 1 + project/assets/html/index.html | 13 ++ project/assets/php/handler.php | 16 +- project/assets/php/tagHandler.php | 25 ++- 12 files changed, 61 insertions(+), 262 deletions(-) delete mode 100644 project/.idea/misc.xml delete mode 100644 project/.idea/modules.xml delete mode 100644 project/.idea/project.iml delete mode 100644 project/.idea/vcs.xml delete mode 100644 project/.idea/workspace.xml create mode 100644 project/assets/html/includes/footer.html create mode 100644 project/assets/html/includes/head.html create mode 100644 project/assets/html/includes/header.html create mode 100644 project/assets/html/index.html diff --git a/project/.htaccess b/project/.htaccess index 59412ac..ca51626 100644 --- a/project/.htaccess +++ b/project/.htaccess @@ -8,14 +8,14 @@ RewriteEngine on # Condition de redirection # si https est off ou si le protocol n'est pas en HTTPS -RewriteCond %{HTTPS} off +#RewriteCond %{HTTPS} off # lieux de redirection # on redirige vers https # entre [] se sont des Flags # R=302 indique une redirection visible en indiquant le code 302 # L finit le processus et n'aplique plus rien de se qui se trouve en dessous -RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L] +#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L] # condition si il n'y a pas de fichier a l'endroit ciblé # (ou si le fichier n'est pas accésible par l'utilisateur) diff --git a/project/.idea/misc.xml b/project/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/project/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/project/.idea/modules.xml b/project/.idea/modules.xml deleted file mode 100644 index a0733a5..0000000 --- a/project/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/project/.idea/project.iml b/project/.idea/project.iml deleted file mode 100644 index c956989..0000000 --- a/project/.idea/project.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/project/.idea/vcs.xml b/project/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/project/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/project/.idea/workspace.xml b/project/.idea/workspace.xml deleted file mode 100644 index 0635106..0000000 --- a/project/.idea/workspace.xml +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - - - - - - - - - - - - -