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 2021/07/27 15:36:53 UTC

[cassandra-website] branch asf-site updated: ninja-fix: /blog.html -> /_/blog.html

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 40e67c7  ninja-fix: /blog.html -> /_/blog.html
40e67c7 is described below

commit 40e67c777dbc0b241d43f6407550bdfcb5782985
Author: mck <mc...@apache.org>
AuthorDate: Tue Jul 27 17:34:03 2021 +0200

    ninja-fix: /blog.html -> /_/blog.html
---
 content/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/.htaccess b/content/.htaccess
index e3d4c8e..c87afe0 100755
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -12,6 +12,7 @@ RewriteRule ^(.*)/$ /_/$1.html [R=301,L]
 
 <IfModule mod_rewrite.c>
     RewriteEngine on
+    Redirect 301 /blog.html /_/blog.html
     Redirect 301 /blog/2021/04/19/cass-world-party-speakers.html /blog/Speakers-Announced-for-April-28-Cassandra-4.0-World-Party.html
     Redirect 301 /blog/2021/04/12/cass-changelog_6.html /blog/Apache-Cassandra-Changelog-6-April-2021.html
     Redirect 301 /blog/2021/03/25/world_party.html /blog/World-Party.html

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