Sujet : Re: Error message when calling manual pages with .html
De : gregor.ebbing (at) *nospam* gmx.de (greg)
Groupes : comp.lang.tclDate : 20. Dec 2024, 12:41:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vk3l4r$3e04o$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
Am 20.12.24 um 09:47 schrieb Arjen:
greg <gregor.ebbing@gmx.de> posted:
Hello,
I mean, it used to work when I called a manual page with *.html instead
of .htm.
e.g.
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
and
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.html
>
Now when I call
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
it is shortened to
http://man/tcl8.6/TkCmd/console.htm
>
Gregor
Are you sure? I tried the long URL and that worked fine.
The short one gave a timeout.
Regards,
Arjen
Hello,
I just saw my mistake.
I mixed up htm and html at the end.
HTML redirects me to the page
http://man/tcl8.6/TkCmd/console.htm, which is not correct.
ok:
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htmnot ok;
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htmlbest regards,
Gregor