fix(htaccess): remove unsupported Options directives causing 500 on Netcup

This commit is contained in:
Philipp Urbschat 2026-09-12 21:44:08 +02:00
parent 2542d73ffc
commit 833969588f
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# DATEI: ./.htaccess
Options -Indexes +FollowSymLinks
Options -Indexes
RewriteEngine On
# Interne PHP- und Template-Verzeichnisse vor direktem Webzugriff sperren

View file

@ -1,4 +1,3 @@
Options -Indexes +FollowSymLinks
RewriteEngine On
# Falls die angefragte Datei oder das Verzeichnis wirklich existiert, nimm sie direkt