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

mauriciostekl 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 fc8bb50  IGNITE-16131: chnaged the redirect rule
fc8bb50 is described below

commit fc8bb500b3f3c29891dde4b33718a9eb7428265a
Author: Mauricio Stekl <[email protected]>
AuthorDate: Wed Dec 15 09:52:41 2021 -0300

    IGNITE-16131: chnaged the redirect rule
---
 .htaccess | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.htaccess b/.htaccess
index db3df55..b7a9ac9 100644
--- a/.htaccess
+++ b/.htaccess
@@ -148,8 +148,6 @@ Redirect 301 /docs/latest/SQL/sql-transactions 
/docs/latest/SQL/sql-introduction
 ## Added by new site in 2021
 Redirect 301 /in-memory-computing.html /faq.html
 Redirect 301 /whatisignite.html /faq.html
-Redirect 301 /community/resources.html /community.html
-Redirect 301 /community/contribute.html /community.html
 Redirect 301 /screencasts.html /events.html
 Redirect 301 /meetup-groups.html /events.html
 Redirect 301 /docs/latest/index /docs/latest/
@@ -161,6 +159,10 @@ Redirect 301 /features/collocated-processing.html 
/features/compute-apis.html
 RewriteEngine On
 RewriteBase /
 
+RedirectMatch 301 ^/community/resources\.html$ /community.html
+RedirectMatch 301 ^/community/contribute\.html$ /community.html
+
+
 
 RewriteCond %{HTTP_HOST} ^(www\.)?ignite.incubator.apache.org$
 RewriteRule ^/?(.*)$ https://ignite.apache.org/$1 [L,R=301]
@@ -190,6 +192,4 @@ RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME}\.html -f
 RewriteRule ^docs/(.*)$ /docs/$1.html [NC]
 
-
-
-ErrorDocument 404 /404.html
\ No newline at end of file
+ErrorDocument 404 /404.html

Reply via email to