You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/04/09 17:56:33 UTC

svn commit: r1790757 - in /openoffice/ooo-site/trunk/content: .htaccess de/index.html

Author: mseidel
Date: Sun Apr  9 17:56:33 2017
New Revision: 1790757

URL: http://svn.apache.org/viewvc?rev=1790757&view=rev
Log:
Permanent redirection /de/downloads -> /de/download in .htaccess

Modified:
    openoffice/ooo-site/trunk/content/.htaccess
    openoffice/ooo-site/trunk/content/de/index.html

Modified: openoffice/ooo-site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/.htaccess?rev=1790757&r1=1790756&r2=1790757&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/.htaccess (original)
+++ openoffice/ooo-site/trunk/content/.htaccess Sun Apr  9 17:56:33 2017
@@ -1,5 +1,7 @@
 RewriteEngine On
-RewriteRule ^/de/downloads/(.*)$ /de/download/$1 [R=301,L]
+# RewriteCond %{HTTPS} off
+# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301]
+Redirect 301 /de/downloads/ /de/download/
 Options +Includes +MultiViews
 AddOutputFilter INCLUDES .html
 AddOutputFilter INCLUDES .htm

Modified: openoffice/ooo-site/trunk/content/de/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/index.html?rev=1790757&r1=1790756&r2=1790757&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/de/index.html (original)
+++ openoffice/ooo-site/trunk/content/de/index.html Sun Apr  9 17:56:33 2017
@@ -130,7 +130,7 @@ screen reader.
     document.write( "<ul><li>"
       + "<div class='action-download'>"
         + "<div class='action-text action-link'>"
-          + "<a href='./download/index.html'>"
+          + "<a href='./download/'>"
             + "<h2>Ich m&ouml;chte Apache OpenOffice herunterladen</h2>"
             + "<p style='font-size: 1.0em; font-weight: bold;'>(Neueste Version: " + DL.VERSION + ")</p>"
             + "<p>Laden Sie Apache OpenOffice kostenlos herunter <b>(wirklich!)</b> | "
@@ -150,7 +150,7 @@ screen reader.
     <noscript>
         <div class="action-download">
           <div class="action-text action-link">
-            <a href="./download/index.html">
+            <a href="./download/">
               <h2>Ich m&ouml;chte Apache OpenOffice herunterladen</h2>
               <p>Laden Sie Apache OpenOffice kostenlos herunter.</p>
             </a>
@@ -178,7 +178,7 @@ screen reader.
     <li>
       <div class="action-extend">
         <div class="action-text action-link">
-          <a href="http://extensions.services.openoffice.org/getmore">
+          <a href="http://extensions.openoffice.org/getmore">
             <h2>Ich m&ouml;chte mehr mit OpenOffice machen</h2>
             <p>Erweitern Sie Apache OpenOffice mit zus&auml;tzlichen Funktionen, Vorlagen und Clipart.</p>
           </a>