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

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

commit bfabff1aa16764cd6203a33a6a1577da6d472b4a
Author: Dave Fisher <d...@davefisher.tech>
AuthorDate: Tue Jun 22 10:39:36 2021 -0700

    We will manage docs and builds in spearate direct branches
---
 content/.htaccess | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/content/.htaccess b/content/.htaccess
index 3425163..de07bf5 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -9,14 +9,3 @@ Redirect Permanent /builds/apache-openjpa-1.3.0-SNAPSHOT/docs  
 https://ci.apach
 Redirect Permanent /builds/apache-openjpa-1.2.4-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/1.2.x
 Redirect Permanent /builds/apache-openjpa-1.0.5-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/1.0.x
 Redirect Permanent /ns/orm                                      
https://ci.apache.org/projects/openjpa/trunk/schema
-
-### Javadocs
-# __root/docs.openjpa.apache.org/content/ is a special alias as described by 
INFRA-19439, so we can refer to stuff in other places like SVN:
-
-# Hack: Append slash, if folder name does not end with slash - everything 
containing a "." is treated as file and excluded from redirect:
-RewriteRule ^builds/\d+_\d+_\d+/(?!.+\.\w+$|.+/$).+$   $0/ [R=301,L]
-RewriteRule ^builds/\d+_\d+_\d+/.*$       
__root/docs.openjpa.apache.org/content/$0 [PT]
-
-# Hack: Append slash, if folder name does not end with slash - everything 
containing a "." is treated as file and excluded from redirect:
-RewriteRule ^docs/\d+_\d+_\d+/(?!.+\.\w+$|.+/$).+$   $0/ [R=301,L]
-RewriteRule ^docs/\d+_\d+_\d+/.*$         
__root/docs.openjpa.apache.org/content/$0 [PT]

Reply via email to