Hey guys ... i thought fixing this would be easy, but there's clearly something going on here i don't understand.

looking at these URLs...

http://lucene.apache.org/java/docs/developer-resources.html
http://lucene.apache.org/java/docs/nightly/index.html

...the both contain relatively links that look like...

        <a href="api/index.html">All</a>
        ...
        <a href="api/core/index.html">Core</a>
        ...
        <a href="api/demo/index.html">Demo</a>
        ...
        <a href="api/contrib-highlighter/index.html">Highlighter</a>

...which when clicked resulting in URLs like...

http://lucene.apache.org/java/docs/api/contrib-highlighter/index.html
http://lucene.apache.org/java/docs/nightly/api/contrib-highlighter/index.html

...which both in turn result in 301 redirects to the exact same URL...

http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc//contrib-highlighter/index.html

...which doesn't work because of the hudson move.

I assumed these 301s were because of a .htaccess files containing rewrite rules, and that it would be easy to fix them to point at the new hudson instance, but aparently that's not true -- the only .htaccess files i can find anywhere under https://svn.apache.org/repos/asf/lucene/java/site or https://svn.apache.org/repos/asf/lucene/java/trunk only contain "AddDefaultCharset off"

...so what is doing those redirects and how do we fix it?




-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to