You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by gi...@apache.org on 2020/11/30 20:03:46 UTC

[directory-site] branch asf-site updated: Updated site from master (6c2989847db6d2f0c940f91f26de9b445ed69afd)

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 099cff9  Updated site from master (6c2989847db6d2f0c940f91f26de9b445ed69afd)
099cff9 is described below

commit 099cff91a5cd35a3112fecca7c256b4616aae333
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Nov 30 20:03:41 2020 +0000

    Updated site from master (6c2989847db6d2f0c940f91f26de9b445ed69afd)
---
 content/apacheds/gen-docs/.htaccess | 10 ++++++++++
 content/api/gen-docs/.htaccess      | 13 +++++++++++++
 content/fortress/gen-docs/.htaccess | 10 ++++++++++
 content/mavibot/gen-docs/.htaccess  | 10 ++++++++++
 4 files changed, 43 insertions(+)

diff --git a/content/apacheds/gen-docs/.htaccess b/content/apacheds/gen-docs/.htaccess
new file mode 100644
index 0000000..9400bc6
--- /dev/null
+++ b/content/apacheds/gen-docs/.htaccess
@@ -0,0 +1,10 @@
+Options +FollowSymLinks
+RewriteEngine On
+
+# Redirect to the latest release
+RewriteRule ^latest$ https://nightlies.apache.org/directory/apacheds/2.0.0.AM26/ [QSA,L]
+RewriteRule ^latest/(.*)$ https://nightlies.apache.org/directory/apacheds/2.0.0.AM26/$1 [QSA,L]
+
+# Redirect everything else
+RewriteRule ^(.*)$ https://nightlies.apache.org/directory/apacheds/$1 [QSA,L]
+
diff --git a/content/api/gen-docs/.htaccess b/content/api/gen-docs/.htaccess
new file mode 100644
index 0000000..ffaf189
--- /dev/null
+++ b/content/api/gen-docs/.htaccess
@@ -0,0 +1,13 @@
+Options +FollowSymLinks
+RewriteEngine On
+
+# Redirect to the latest releases
+RewriteRule ^latest$ https://nightlies.apache.org/directory/api/1.0.2/ [QSA,L]
+RewriteRule ^latest/(.*)$ https://nightlies.apache.org/directory/api/1.0.2/$1 [QSA,L]
+
+RewriteRule ^latest2$ https://nightlies.apache.org/directory/api/2.0.1/ [QSA,L]
+RewriteRule ^latest2/(.*)$ https://nightlies.apache.org/directory/api/2.0.1/$1 [QSA,L]
+
+# Redirect everything else
+RewriteRule ^(.*)$ https://nightlies.apache.org/directory/api/$1 [QSA,L]
+
diff --git a/content/fortress/gen-docs/.htaccess b/content/fortress/gen-docs/.htaccess
new file mode 100644
index 0000000..305aaf1
--- /dev/null
+++ b/content/fortress/gen-docs/.htaccess
@@ -0,0 +1,10 @@
+Options +FollowSymLinks
+RewriteEngine On
+
+# Redirect to the latest release
+RewriteRule ^latest$ https://nightlies.apache.org/directory/fortress/2.0.5/ [QSA,L]
+RewriteRule ^latest/(.*)$ https://nightlies.apache.org/directory/fortress/2.0.5/$1 [QSA,L]
+
+# Redirect everything else
+RewriteRule ^(.*)$ https://nightlies.apache.org/directory/fortress/$1 [QSA,L]
+
diff --git a/content/mavibot/gen-docs/.htaccess b/content/mavibot/gen-docs/.htaccess
new file mode 100644
index 0000000..53e5f06
--- /dev/null
+++ b/content/mavibot/gen-docs/.htaccess
@@ -0,0 +1,10 @@
+Options +FollowSymLinks
+RewriteEngine On
+
+# Redirect to the latest release
+RewriteRule ^latest$ https://nightlies.apache.org/directory/mavibot/1.0.0-M8/ [QSA,L]
+RewriteRule ^latest/(.*)$ https://nightlies.apache.org/directory/mavibot/1.0.0-M8/$1 [QSA,L]
+
+# Redirect everything else
+RewriteRule ^(.*)$ https://nightlies.apache.org/directory/mavibot/$1 [QSA,L]
+