You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by aa...@apache.org on 2019/09/27 21:06:04 UTC

[incubator-mxnet-site] branch beta-site updated: rollback to prod version

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

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


The following commit(s) were added to refs/heads/beta-site by this push:
     new 76cab1b  rollback to prod version
76cab1b is described below

commit 76cab1b49d87c41184dac43ae4c2f997950aecf2
Author: Aaron Markham <ma...@amazon.com>
AuthorDate: Fri Sep 27 14:06:00 2019 -0700

    rollback to prod version
---
 .htaccess | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index b5de581..1642030 100644
--- a/.htaccess
+++ b/.htaccess
@@ -22,7 +22,3 @@ RewriteCond %{REQUEST_URI} !\/$
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteCond %{REQUEST_FILENAME}/index.html -f
 RewriteRule ^(.*) $1/index.html [NC,L]
-
-
-# 404
-ErrorDocument 404 /404.html