You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by dm...@apache.org on 2020/11/03 19:51:18 UTC

[ignite-website] branch master updated: fixed redirection for https://issues.apache.org/jira/browse/IGNITE-13589 (#39)

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

dmagda 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 8268942  fixed  redirection for https://issues.apache.org/jira/browse/IGNITE-13589 (#39)
8268942 is described below

commit 82689420b3c6e22c661202ef50bfb435a9b29de3
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Tue Nov 3 16:51:08 2020 -0300

    fixed  redirection for https://issues.apache.org/jira/browse/IGNITE-13589 (#39)
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index adcea49..c049535 100644
--- a/.htaccess
+++ b/.htaccess
@@ -160,7 +160,7 @@ RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^releases/(.*)/(javadoc|scaladoc|cppdoc|dotnetdoc)/(.*)$ /releases/latest/$2/ [R=301,L]
 
 #rewrite for user docs .html files
-RewriteRule ^docs$ /docs/latest/ [R=301,L]
+RewriteRule ^docs/?$ /docs/latest/ [R=301,L]
 RewriteRule ^docs/latest$ /docs/latest/ [R=301,L]
 RewriteRule ^docs/latest/(.*)$ /docs/2.9.0/$1 [L]