This is an automated email from the ASF dual-hosted git repository. jevans pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/mxnet-site.git
commit 9189bef8880f7720ddea5c37be327b52d167a61d Author: Sheng Zha <[email protected]> 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 4444d1d6d2fe..b296604882c1 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$
