Applied. Thanks!
One thing that does not work yet is requesting a subdir with a trailing slash:
amfora localhost/subdir/
The following cases however work nicely:
amfora localhost/subdir
amfora localhost/
amfora localhost
Re: [PATCH v7] Fall back to index.gmi, more modular code
> One thing that does not work yet is requesting a subdir with a trailing slash:> > amfora localhost/subdir/
Yes, I used relative redirect instead of an absolute one and that causes
a problem