You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/12 08:53:15 UTC

[solr-site] branch main updated: Fix bug in htaccess.ref-guide-antora which hijacked /guide/index.html

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8366599f0 Fix bug in htaccess.ref-guide-antora which hijacked /guide/index.html
8366599f0 is described below

commit 8366599f0c6de9faf9ea13955f1004b0b726f1b0
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 12 10:53:08 2022 +0200

    Fix bug in htaccess.ref-guide-antora which hijacked /guide/index.html
---
 themes/solr/templates/htaccess.ref-guide-antora | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/solr/templates/htaccess.ref-guide-antora b/themes/solr/templates/htaccess.ref-guide-antora
index 943cd73d6..76b75d2c1 100644
--- a/themes/solr/templates/htaccess.ref-guide-antora
+++ b/themes/solr/templates/htaccess.ref-guide-antora
@@ -1,2 +1,2 @@
 Redirect 302 /guide/solr/9_0 /guide/solr/latest
-Redirect 301 /guide/index.html /guide/solr/latest/index.html
+Redirect 302 /guide/solr/index.html /guide/solr/latest/index.html