You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/02/12 09:54:02 UTC

[GitHub] petersomogyi commented on issue #1: Remove /0.94 content and add redirect rule

petersomogyi commented on issue #1: Remove /0.94 content and add redirect rule
URL: https://github.com/apache/hbase-site/pull/1#issuecomment-462692841
 
 
   Github can't display the diff here because of its size. The change removes 0.94 directory and adds the following lines to .htaccess:
   
   ```diff --git a/.htaccess b/.htaccess
   index 62e06b7ae8..e4ec7e5ef3 100644
   --- a/.htaccess
   +++ b/.htaccess
   @@ -9,3 +9,7 @@ RedirectMatch permanent ^/book/$ /book.html
    
    # Redirect xref references to git tree view
    RedirectMatch permanent ^/xref/(.*)\.html$ https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tree
   +
   +# Redirect 0.94 pages to main site
   +RedirectMatch permanent ^/0.94/(.*)$ /$1
   +Redirect permanent /0.94 /
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services