From c50a38162694c9640bd2e8356dafdde1d33a6294 Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Fri, 6 Aug 2021 13:04:53 +0200 Subject: [PATCH] Aggiunto redirect in caso di public raggiungibile --- .htaccess | 4 ++++ index.php | 24 ++++++++++++++++++++++++ legacy | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .htaccess create mode 100644 index.php diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..a250ea7b4 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ + + RewriteEngine on + RewriteRule ^.+$ index.php [L] + diff --git a/index.php b/index.php new file mode 100644 index 000000000..a071cc798 --- /dev/null +++ b/index.php @@ -0,0 +1,24 @@ +