From 7f19cae57e261a2b754597bef658616be57dc12a Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 26 Apr 2018 21:33:11 +0200 Subject: [PATCH] Add a index.php showing a note about the "public" directory This avoids that users get a 403 error (if DirectoryIndex is disabled) or a directory listing after updating to 3.2. This is what likely happened in https://github.com/postfixadmin/postfixadmin/issues/30 (see the comment from Apr 24, 2018) --- index.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 00000000..23851203 --- /dev/null +++ b/index.php @@ -0,0 +1,9 @@ + + + Postfix Admin + + +

The Postfix Admin directory layout changed.

+

Please update your webserver config so that the DocumentRoot or Alias points to the directory "public".

+ +