Repository: cordova-docs
Updated Branches:
  refs/heads/master e9bb2a7af -> 4532e1ba8


CB-11055 Turned off automatic directory indices.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/4532e1ba
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/4532e1ba
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/4532e1ba

Branch: refs/heads/master
Commit: 4532e1ba8bb3612a34c694583cbbbcd7ef8d97c6
Parents: e9bb2a7
Author: Dmitry Blotsky <dmitry.blot...@gmail.com>
Authored: Fri Apr 8 16:57:13 2016 -0700
Committer: Dmitry Blotsky <dmitry.blot...@gmail.com>
Committed: Fri Apr 8 16:57:13 2016 -0700

----------------------------------------------------------------------
 www/.htaccess | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4532e1ba/www/.htaccess
----------------------------------------------------------------------
diff --git a/www/.htaccess b/www/.htaccess
index a45b614..f5be91b 100644
--- a/www/.htaccess
+++ b/www/.htaccess
@@ -3,6 +3,9 @@
 
 ErrorDocument 404 {{site.baseurl}}/404.html
 
+# turn off automatic directory indices
+Options -Indexes
+
 # turn on redirection
 Options +FollowSymLinks
 RewriteEngine on


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to