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 12:16:05 UTC

svn commit: r1790742 - in /openoffice/ooo-site/trunk/content: .htaccess access/index.html de/Archive/downloads/

Author: mseidel
Date: Sun Apr  9 12:16:05 2017
New Revision: 1790742

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

Added:
    openoffice/ooo-site/trunk/content/de/Archive/downloads/
      - copied from r1790739, openoffice/ooo-site/trunk/content/de/downloads/
Modified:
    openoffice/ooo-site/trunk/content/.htaccess
    openoffice/ooo-site/trunk/content/access/index.html

Modified: openoffice/ooo-site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/.htaccess?rev=1790742&r1=1790741&r2=1790742&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/.htaccess (original)
+++ openoffice/ooo-site/trunk/content/.htaccess Sun Apr  9 12:16:05 2017
@@ -1,3 +1,5 @@
+RewriteEngine On
+RewriteRule ^/de/downloads/(.*)$ /de/download/$1 [R=301,L]
 Options +Includes +MultiViews
 AddOutputFilter INCLUDES .html
 AddOutputFilter INCLUDES .htm

Modified: openoffice/ooo-site/trunk/content/access/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/access/index.html?rev=1790742&r1=1790741&r2=1790742&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/access/index.html (original)
+++ openoffice/ooo-site/trunk/content/access/index.html Sun Apr  9 12:16:05 2017
@@ -3,26 +3,11 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 
-	<meta http-equiv="refresh" content="3; URL=http://ui.openoffice.org/accessibility/quickstart.html" />
+	<meta http-equiv="refresh" content="3; URL=https://ui.openoffice.org/accessibility/quickstart.html" />
 
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>
-<p class="Header">Redirecting....</p>
-
-
+<p class="Header">Redirecting...</p>
 </body>
 </html>
-
-
-See also:
-
-http://www.web-source.net/javascript_redirect2.htm
-Place the following code between your  HEAD tags.
-
-
-<script  LANGUAGE="JavaScript">
- <!-- Script courtesy of http://www.web-source.net - Your Guide to Professional  Web Site Design and Development
- window.location="http://www.yourdomain.com/";
- // -->
- </script>