This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.18 by this push:
new a9b0cf585a5 [hotfix][docs] Update .htaccess to make sure index.html is
served for dirs
a9b0cf585a5 is described below
commit a9b0cf585a531457c378a5edf46bc396a4c37aa4
Author: Martijn Visser <[email protected]>
AuthorDate: Mon Jan 19 16:09:38 2026 +0100
[hotfix][docs] Update .htaccess to make sure index.html is served for dirs
---
docs/static/.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/static/.htaccess b/docs/static/.htaccess
index 2bf1f0aa43d..0131801bfe6 100644
--- a/docs/static/.htaccess
+++ b/docs/static/.htaccess
@@ -15,6 +15,9 @@
# specific language governing permissions and limitations
# under the License.
+# Ensure index.html is served for directory requests
+DirectoryIndex index.html
+
# Custom 404 error page
# Dynamically serve 404.html from the same docs version
RewriteEngine On