From 079f58c147ec1b4c84e78fb7f6f0de3127203e04 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 11 Jan 2026 13:15:43 -0600 Subject: [PATCH] Update meta redirect to link directly to index.php When I committed 5cdd1dd73615f8f5ad84df9da0cacae39adbe9f9, the web server appeared to prefer loading the `index.php` file over `index.html` when requesting `/license/ZendGrant/`. I left `index.html` in place because there were direct links to it from around the web, and I didn't want those links to end at 404 pages, so I set it up to redirect to the cleaner `/license/ZendGrant/` URL, thinking `index.php` would load every time. Now, the web server appears to prefer `index.html` over `index.php`, so landing on this page, either from `/license/ZendGrant/` or `/license/ZendGrant/index.html` results in an endless redirection loop. The easy solution is to make `index.html` redirect directly to `/license/ZendGrant/index.php` instead. --- license/ZendGrant/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/license/ZendGrant/index.html b/license/ZendGrant/index.html index f4ac5498d0..00022718fe 100644 --- a/license/ZendGrant/index.html +++ b/license/ZendGrant/index.html @@ -1,10 +1,10 @@ - + Zend Grant

This page has moved

-

If you are not redirected within 15 seconds, please click here.

+

If you are not redirected within 5 seconds, please click here.