Thanks for the reply. It would be great if the following feature request be 
considered for future versions.

Currently if a FILE ends in "/" then the names "FILE/index.html", 
"FILE/index.wiki",
and "FILE/index.md" are tried in that order. If no "/" at the end, if the FILE 
is not found a 404 is served.

Changing it to if a FILE doesn't end in "/" and also if the FILE isn't found, 
then it should be tried as a directory and hence the "FILE/index.html", 
"FILE/index.wiki" and "FILE/index.md" should be tried. Failing all of that a 
404 should be served.

I can file a feature request using the Fossil ticketing system if you'd like. 

Thanks again.

On Thu, Jun 28, 2018, at 8:08 AM, Richard Hipp wrote:
> On 6/28/18, MKG  wrote:
> >
> > <base url>/index.cgi/doc/trunk/test/ ---> works
> > "<base url>/index.cgi/doc/trunk/test ---> doesn't work
> >
> > Technically, this is correct but I'm wondering if there is a way to add the
> > trailing slash when necessary to make it more usable.
> 
> I don't recall a way of making the /doc webpage do that.
> 
> -- 
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to