This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
The following commit(s) were added to refs/heads/master by this push:
new 170520e Rewrite jdo/ to jdo/docs/
170520e is described below
commit 170520eab13baf29c9e7e5b47db5da6a55874c48
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu May 7 15:08:42 2020 -0500
Rewrite jdo/ to jdo/docs/
---
.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..a6561f7
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteBase /jdo/
+RewriteRule ^(?!docs/)(.*)$ docs/$1