I *may* have fixed the download page setup by installing an .htaccess
file with:
---------------
DirectoryIndex index.cgi
RewriteBase /download/
RewriteRule ^index\.html$ index.cgi
---------------
so /download/ is sent to index.cgi and /download/index.html is rewritten.
By looking at the real mirrors.cgi [1], I think it opens index.html as a
file so the HTTP rewrite isn't going to go round and round in circles.
On staging now and if it checks out as stable, we can publish it.
Andy
[1] I hope that's
https://svn.apache.org/repos/asf/infrastructure/site/trunk/content/dyn/mirrors/mirrors.cgi
-------- Original Message --------
Subject: Jena download page broken?
Date: Thu, 27 Feb 2014 17:20:40 +0200
From: Osma Suominen <osma.suomi...@helsinki.fi>
Reply-To: us...@jena.apache.org
To: us...@jena.apache.org
Hi!
I'm trying to download Fuseki 1.0.1 from http://jena.apache.org/download/
The .tar.gz download link is given as
http://jena.apache.org/download/%5Bpreferred%5D/jena/binaries/jena-fuseki-1.0.1-distribution.tar.gz
That URL doesn't work.
The [preferred] here is a bit suspicious. Also I can see other similar
artefacts on the page, such as [if-any logo] [end].
Is there some template processing that is broken?
I found the download via the mirror list.
-Osma