You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/06/23 10:10:02 UTC

svn commit: r1890997 - /jackrabbit/site/live/oak/.htaccess

Author: kwin
Date: Wed Jun 23 10:10:02 2021
New Revision: 1890997

URL: http://svn.apache.org/viewvc?rev=1890997&view=rev
Log:
[OAK-9440] fix redirect

Modified:
    jackrabbit/site/live/oak/.htaccess

Modified: jackrabbit/site/live/oak/.htaccess
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/.htaccess?rev=1890997&r1=1890996&r2=1890997&view=diff
==============================================================================
--- jackrabbit/site/live/oak/.htaccess (original)
+++ jackrabbit/site/live/oak/.htaccess Wed Jun 23 10:10:02 2021
@@ -5,4 +5,4 @@ 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]
+RewriteRule ^/oak/(index\.html)?$ /oak/docs/ [R=302,L]