From 2c94ce32eebf984ba0bbb4ff4d86c07838cab344 Mon Sep 17 00:00:00 2001 From: arajcany Date: Fri, 8 Dec 2023 07:47:00 +1100 Subject: [PATCH] Create .htaccess --- .htaccess | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..c605372 --- /dev/null +++ b/.htaccess @@ -0,0 +1,11 @@ +# Uncomment the following to prevent the httpoxy vulnerability +# See: https://httpoxy.org/ +# +# RequestHeader unset Proxy +# + + + RewriteEngine on + RewriteRule ^(\.well-known/.*)$ $1 [L] + RewriteRule ^ index.php [L] +