On 1/22/15, Richard Hipp <d...@sqlite.org> wrote:
> On 1/22/15, Svyatoslav Mishyn <j...@openmailbox.org> wrote:

> How about if there is a redirect URL for 404 errors on the Setup
> pages.  In other words, you get to enter any URL you want (perhaps a
> /doc/ page or maybe a /wiki/ page) that is jumped to on every 404
> error.   Should this happen for every 404 error, or just for /doc/
> 404s?
>

That won't work because if the redirect is to another /doc/ page that
is not found it will result in a redirect loop.

So now the algorithm is search for the page.  If not found, then a 404
error will be generated.  If there is a 404.md file in the top-level
it will be used for the 404 error, otherwise the default 404 error
page will be displayed.

-- 
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

Reply via email to