beber pushed a commit to branch master. http://git.enlightenment.org/website/git.git/commit/?id=291c1dca80addd25ed457458ab2968cecadc50c6
commit 291c1dca80addd25ed457458ab2968cecadc50c6 Author: Bertrand Jacquin <[email protected]> Date: Sun Jan 28 16:35:11 2018 +0000 MINOR: Move to Apache 2.4 Options style --- public_html/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/.htaccess b/public_html/.htaccess index 2991c64..c4361ba 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -1,7 +1,7 @@ # Force no Indexes in all cases # Force ExecCGI # FollowSymlinks for RewriteEngine -Options -Indexes ExecCGI FollowSymlinks +Options -Indexes +ExecCGI +FollowSymlinks AddHandler cgi-script .cgi # No index.html or other things --
