Skip to content

Commit ea25c9c

Browse files
authored
remove All from Options All -Indexes
Options All -Indexes causes a 500 Internal Server Error. (Apache on hostpoint.ch / interxion). Without the -All it works fine. I'm not sure about all the effects, but I think the -All is already handled in the Apache directive and has not to be in .htaccess
1 parent c58f45d commit ea25c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Disable directory browsing
2-
Options All -Indexes
2+
Options -Indexes
33

44
# ----------------------------------------------------------------------
55
# Rewrite engine

0 commit comments

Comments
 (0)