Re: Broken Link on scsh Website

RT Happe <[email protected]> Sun, 18 Mar 2012 23:15:04 +0100
Newsgroups gmane.lisp.scheme.scsh
Message-ID <[email protected]>
Rich Loveland wrote:

> The "seashell image" link to http://www.scsh.net/index.html
> returns a "Forbidden" permissions error page.

The index.html resource should be a symlink (on the server)

    index.html -> about/about.html

installed by the scsh site builder, with default permissions
--which is apparently not quite good enough.

However, I notice now that even if the index.html link worked,
the internal links on the page would be broken, due to relative urls.
(I switched from urls relative to a base href to urls relative to
the current resource in order to enhance "file browsing",
imposing restrictions on symlinks along the way:
symlink source and target should be in the same folder.)

I hope to improve the site builder soon
but with very moderate urgency.


Thanks for reporting this, I had forgotten about the seashell link;

rt