From 833969588ffe96a0c56da91d3e051f447134f8aa Mon Sep 17 00:00:00 2001 From: Philipp Urbschat Date: Sat, 12 Sep 2026 21:44:08 +0200 Subject: [PATCH] fix(htaccess): remove unsupported Options directives causing 500 on Netcup --- .htaccess | 2 +- home/public/.htaccess | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index f63cfa3..272f275 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ # DATEI: ./.htaccess -Options -Indexes +FollowSymLinks +Options -Indexes RewriteEngine On # Interne PHP- und Template-Verzeichnisse vor direktem Webzugriff sperren diff --git a/home/public/.htaccess b/home/public/.htaccess index 6d4e2ac..1eb8b95 100644 --- a/home/public/.htaccess +++ b/home/public/.htaccess @@ -1,4 +1,3 @@ -Options -Indexes +FollowSymLinks RewriteEngine On # Falls die angefragte Datei oder das Verzeichnis wirklich existiert, nimm sie direkt