You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/04/19 17:46:23 UTC

[cassandra-website] branch master updated: Fix top level .htaccess ( without it we get 500 under doc/ )

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

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0dd57e1  Fix top level .htaccess ( without it we get 500 under doc/ )
0dd57e1 is described below

commit 0dd57e186bd0162790b959273268cfb2270e480a
Author: mck <mc...@apache.org>
AuthorDate: Sun Apr 19 19:45:39 2020 +0200

    Fix top level .htaccess ( without it we get 500 under doc/ )
---
 src/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/.htaccess b/src/.htaccess
index e69de29..00c9ec3 100644
--- a/src/.htaccess
+++ b/src/.htaccess
@@ -0,0 +1 @@
+RewriteEngine On


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org