IGNITE-16131: renamed community.html file to avoid redirect issues
diff --git a/.htaccess b/.htaccess
index b7a9ac9..628f2a0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -152,6 +152,9 @@
 Redirect 301 /meetup-groups.html /events.html
 Redirect 301 /docs/latest/index /docs/latest/
 Redirect 301 /features/collocated-processing.html /features/compute-apis.html
+Redirect 301 /community/resources.html /our-community.html
+Redirect 301 /community/contribute.html /our-community.html
+Redirect 301 /community.html /our-community.html
 
 
 ##
@@ -159,10 +162,6 @@
 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]
@@ -192,4 +191,6 @@
 RewriteCond %{REQUEST_FILENAME}\.html -f
 RewriteRule ^docs/(.*)$ /docs/$1.html [NC]
 
+
+
 ErrorDocument 404 /404.html
diff --git a/_src/community.pug b/_src/our-community.pug
similarity index 100%
rename from _src/community.pug
rename to _src/our-community.pug
diff --git a/community.html b/our-community.html
similarity index 100%
rename from community.html
rename to our-community.html