Commit 37a762c
committed
bug #12169 Add DirectoryIndex to Apache configuration (OskarStark)
This PR was merged into the 3.4 branch.
Discussion
----------
Add DirectoryIndex to Apache configuration
If you have defined "FallbackResource /app.php" without defining
a directory index, then your main page("/") will keep loading
until the request times up.
Replaces #11941
Commits
-------
aaf4b48 Add DirectoryIndex to Apache configuration1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
0 commit comments