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

ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a4f7055175 IGNITE-27764 Updated .htacess (#318)
a4f7055175 is described below

commit a4f70551751552e203218781f2543e5b0155d830
Author: Alexey Alexandrov <[email protected]>
AuthorDate: Thu Feb 5 19:59:45 2026 +0200

    IGNITE-27764 Updated .htacess (#318)
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 3e18983cef..3e4d02c311 100644
--- a/.htaccess
+++ b/.htaccess
@@ -212,7 +212,7 @@ RewriteRule ^docs/ignite3/latest/(.*)$ 
docs/ignite3/3.1.0/$1 [L]
 
 # If request is .../page/ and page.html exists -> 301 to .../page
 RewriteCond %{REQUEST_URI} ^/docs/ignite3/(.+)/$
-RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}.html -f
+RewriteCond %{DOCUMENT_ROOT}/docs/ignite3/%1.html -f
 RewriteRule ^docs/ignite3/(.+)/$ /docs/ignite3/$1 [R=301,L]
 
 # If request is .../page (no ext) and page.html exists -> serve page.html

Reply via email to