From 5a1c146790da8680a0e315ae31a1d2bdca4673a7 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Sun, 4 Sep 2022 03:34:03 +0200 Subject: [PATCH] Initialize --- .htaccess | 4 ++++ index.php | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .htaccess create mode 100644 index.php diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..e4d65a8 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine On +RewriteBase /color-icon/ + +RewriteRule ^hex/(.+)$ index.php?hexcol=$1 [NC,L] \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..cfe843b --- /dev/null +++ b/index.php @@ -0,0 +1,12 @@ +