fix(htaccess): remove unsupported Options directives causing 500 on Netcup
This commit is contained in:
parent
2542d73ffc
commit
833969588f
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# DATEI: ./.htaccess
|
||||
Options -Indexes +FollowSymLinks
|
||||
Options -Indexes
|
||||
RewriteEngine On
|
||||
|
||||
# Interne PHP- und Template-Verzeichnisse vor direktem Webzugriff sperren
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
Options -Indexes +FollowSymLinks
|
||||
RewriteEngine On
|
||||
|
||||
# Falls die angefragte Datei oder das Verzeichnis wirklich existiert, nimm sie direkt
|
||||
|
|
|
|||
Loading…
Reference in a new issue