This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. a691252640ce5cf1d9ea9fbd02ae0697ee4f9874




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=a691252640ce5cf1d9ea9fbd02ae0697ee4f9874

commit a691252640ce5cf1d9ea9fbd02ae0697ee4f9874
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sun Dec 11 18:01:07 2016 +0000

    .htaccess redirects aren't allowed in main sourceware.org server


Diff:
---
 .htaccess           |    1 -
 package-server.html |   16 ++++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index 767184a..0000000
--- a/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-Redirect /package-server.html https://cygwin.com/package-server.html
diff --git a/package-server.html b/package-server.html
new file mode 100644
index 0000000..78a40ce
--- /dev/null
+++ b/package-server.html
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+  <meta http-equiv="refresh" content="2; url=https://cygwin.com/package-server.html"; />
+  <link href="cygwin-apps.css" title="cygwin-apps" media="screen" type="text/css" rel="stylesheet" />
+  <title></title>
+</head>
+<body>
+
+<body>
+  <a href="https://cygwin.com/package-server.html";>
+  Click the link if you are not redirected</a>.
+</body>
+</html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]