You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/12/01 18:59:11 UTC

[whimsy] branch master updated: restore .htaccess

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

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new b0a4f68  restore .htaccess
b0a4f68 is described below

commit b0a4f68f4be6aac17a1747b5b66aa2583270543f
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Dec 1 13:58:30 2019 -0500

    restore .htaccess
---
 www/board/minutes/.htaccess | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/www/board/minutes/.htaccess b/www/board/minutes/.htaccess
new file mode 100644
index 0000000..3ce23ec
--- /dev/null
+++ b/www/board/minutes/.htaccess
@@ -0,0 +1,13 @@
+RedirectMatch ^/board/minutes/stdcxx(\.html)?$         /board/minutes/Cxx_Standard_Library.html
+RedirectMatch ^/board/minutes/comdev(\.html)?$         /board/minutes/Community_Development.html
+RedirectMatch ^/board/minutes/empire-db(\.html)?$      /board/minutes/Empire_db.html
+RedirectMatch ^/board/minutes/httpd(\.html)?$          /board/minutes/HTTP_Server.html
+RedirectMatch ^/board/minutes/logging(\.html)?$        /board/minutes/Logging_Services.html
+RedirectMatch ^/board/minutes/lucenenet(\.html)?$      /board/minutes/Lucene_Net.html
+RedirectMatch ^/board/minutes/climate(\.html)?$        /board/minutes/Open_Climate_Workbench.html
+RedirectMatch ^/board/minutes/apr(\.html)?$            /board/minutes/Portable_Runtime__APR_.html
+RedirectMatch ^/board/minutes/quetz(\.html)?$          /board/minutes/Quetzalcoatl.html
+RedirectMatch ^/board/minutes/trafficcontrol(\.html)?$ /board/minutes/Traffic_Control.html
+RedirectMatch ^/board/minutes/trafficserver(\.html)?$  /board/minutes/Traffic_Server.html
+RedirectMatch ^/board/minutes/ws(\.html)?$             /board/minutes/Web_Services.html
+RedirectMatch ^/board/minutes/xmlgraphics(\.html)?$    /board/minutes/XML_Graphics.html