From 4a3ec0ca3f7d0ca8776a6ee7f2a2615234395eb8 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Mon, 16 Jul 2018 00:09:33 +0200 Subject: Cake 3.6.7 fresh install --- fai_gestion/.htaccess | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fai_gestion/.htaccess (limited to 'fai_gestion/.htaccess') diff --git a/fai_gestion/.htaccess b/fai_gestion/.htaccess new file mode 100644 index 0000000..54b08e8 --- /dev/null +++ b/fai_gestion/.htaccess @@ -0,0 +1,12 @@ +# Uncomment the following to prevent the httpoxy vulnerability +# See: https://httpoxy.org/ +# +# RequestHeader unset Proxy +# + + + RewriteEngine on + RewriteRule ^(\.well-known/.*)$ $1 [L] + RewriteRule ^$ webroot/ [L] + RewriteRule (.*) webroot/$1 [L] + -- cgit v1.1