From c80a329b15174cde1f26eb982cccb9f2a51d9d7a Mon Sep 17 00:00:00 2001 From: saramadonia <146438182+saramadonia@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:26:41 +0200 Subject: [PATCH 1/2] Create README.md read me to be updated --- GaboInLOD/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 GaboInLOD/README.md diff --git a/GaboInLOD/README.md b/GaboInLOD/README.md new file mode 100644 index 000000000..f31f467bf --- /dev/null +++ b/GaboInLOD/README.md @@ -0,0 +1 @@ +GaboInLOD is the final project for Knowledge organization From afcd50f80fd00b09a371f1dd9e6fdf7abe5f1b90 Mon Sep 17 00:00:00 2001 From: saramadonia <146438182+saramadonia@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:31:45 +0200 Subject: [PATCH 2/2] Create .htaccess new redirect for domain --- GaboInLOD/.htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 GaboInLOD/.htaccess diff --git a/GaboInLOD/.htaccess b/GaboInLOD/.htaccess new file mode 100644 index 000000000..ee663cb9c --- /dev/null +++ b/GaboInLOD/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine on +RewriteRule ^ https://github.com/KnowledgeOrganizationGGM/GabrielGarciaMarquez [R=302,L]