Well, that’s not a very useful url… I tried

% curl -k https://camel.apache.org/components/activemq-component.html 
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta 
name="viewport" content="width=device-width,initial-scale=1"> <title>Page Not 
Found :: Apache Camel</title> <meta name="generator" content="Antora 
3.0.0-alpha…

same for 

% curl -k https://camel.apache.org/components/latest/activemq-component.html

I also got the error page for 

% curl -k https://camel.apache.org/components/latest

(curl on my mac doesn’t seem to know about any certificates, thus  the -k)

This matches the behavior in my browser when I try to use the redirects on an 
actual page.

David Jencks

> On Oct 28, 2021, at 12:53 PM, Zoran Regvart <zo...@regvart.com> wrote:
> 
> Hi David,
> I've tried the one on 1288 line:
> 
> $ curl https://camel.apache.org/components/
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>301 Moved Permanently</title>
> </head><body>
> <h1>Moved Permanently</h1>
> <p>The document has moved <a
> href="https://camel.apache.org/components/next/";>here</a>.</p>
> </body></html>
> 
> and a couple below it, and it works on my end, a typo at your end?
> 
> zoran
> 
> On Wed, Oct 27, 2021 at 11:56 PM David Jencks <david.a.jen...@gmail.com> 
> wrote:
>> 
>> It appears the rewrite rules in camel-website static/.htaccess starting at 
>> line 1288 aren’t working.  Does anyone know now to investigate what’s going 
>> on?
>> Did they work before the recent latest >> next change?
>> 
>> David Jencks
> 
> 
> 
> -- 
> Zoran Regvart

Reply via email to