You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by th...@apache.org on 2019/09/18 23:38:57 UTC

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

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

thomasdelteil 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 3b5d22a  Update .htaccess
3b5d22a is described below

commit 3b5d22a2cfbf444296f1c65604872ee13cc3d1a8
Author: Thomas Delteil <th...@gmail.com>
AuthorDate: Wed Sep 18 16:38:51 2019 -0700

    Update .htaccess
---
 .htaccess | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.htaccess b/.htaccess
index 1642030..6cf2812 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,6 +3,8 @@ DirectorySlash off
 RewriteEngine on
 RewriteOptions AllowNoSlash
 
+garbage 
+
 # Show file instead of folder for example /api/docs/tutorials.html
 # instead of /api/docs/tutorials/
 RewriteCond %{REQUEST_FILENAME} -d
@@ -22,3 +24,5 @@ RewriteCond %{REQUEST_URI} !\/$
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteCond %{REQUEST_FILENAME}/index.html -f
 RewriteRule ^(.*) $1/index.html [NC,L]
+
+garbage