You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/09/03 04:52:56 UTC

[incubator-mxnet-site] branch asf-site updated: Update .htaccess

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

zhasheng pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0c22579  Update .htaccess
0c22579 is described below

commit 0c22579df5d98a03bda06587e37e250a9eaa872b
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Wed Sep 2 21:52:45 2020 -0700

    Update .htaccess
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 4444d1d..b296604 100644
--- a/.htaccess
+++ b/.htaccess
@@ -27,7 +27,7 @@ RewriteCond %{REQUEST_URI} !^/versions/
 RewriteCond %{HTTP_REFERER} !mxnet.apache.org
 RewriteCond %{HTTP_REFERER} !mxnet.incubator.apache.org
 RewriteCond %{HTTP_REFERER} !mxnet.cdn.apache.org
-RewriteRule ^(.*)$ /versions/1.7/$1 [r=307,L]
+RewriteRule ^(.*)$ /versions/1.6/$1 [r=307,L]
 
 # Redirect Chinese visitors to Chinese CDN, temporary solution for slow site speed in China
 RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CN$