Index: .htaccess =================================================================== --- .htaccess (nonexistent) +++ .htaccess (working copy) @@ -0,0 +1,8 @@ +RewriteEngine On + +# redirect to HTTPS +RewriteCond %{HTTPS} off +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] + +# redirect to docs subdirectory +RewriteRule ^oak/(index\.html)?$ /oak/docs/ [R=302,L] Index: index.html =================================================================== --- index.html (revision 1890390) +++ index.html (nonexistent) @@ -1,128 +0,0 @@ - - -
-the next generation content repository
-- Jackrabbit Oak is an effort to implement a scalable and performant - hierarchical content repository for use as the foundation of modern - world-class web sites and other demanding content applications. -
-- The Oak effort is a part of the - Apache Jackrabbit project. - Jackrabbit is a project of the - Apache Software Foundation. -
-
- - The latest Oak sources are available for checkout from - svn, - or you can - fork them - on GitHub. -
-- See also our frequent releases on the Jackrabbit - download page - for stable versions of the codebase. -
-- The README files, the - Oak Documentation, and the - Oak mailing list archives - are good places to start learning about Oak. -
-- The best place for Oak-related discussions is the - oak-dev@ - mailing list. To subscribe, send a message to - oak-dev-subscribe@. -
-- Use the OAK - issue tracker to submit issues, comments or patches. -
-