You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2018/10/03 23:12:00 UTC

[beam-site] 01/01: Remove htaccess file

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

scott pushed a commit to branch remove-htaccess
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit dc6702113140d5ad070d0251b0eb49af850fe0ab
Author: Scott Wegner <sc...@apache.org>
AuthorDate: Wed Oct 3 16:11:52 2018 -0700

    Remove htaccess file
    
    This configuration didn't actually work. This will be moved into https://github.com/apache/beam/blob/master/website/src/.htaccess instead.
---
 .htaccess | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index 4cd4bbc..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,19 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-# Keep this updated to point to the current release.
-RedirectMatch "/(javadoc|pydoc)/current" "/$1/2.6.0"