DigitalUSSouth / NativeAmericanSCArchive

GNU General Public License v3.0
1 stars 1 forks source link

when unknown uri is requested, site will enter endless loop #12

Closed adrq closed 7 years ago

adrq commented 7 years ago

Example, loading SITE/foobar will make site enter into endless loop because it cannot find the right page.

Need to add code to handle this and return a "Not found" page. This can either be done on the server side or on the client side. Server side is probably best.

adrq commented 7 years ago

Appears to be fixed with commit 5993156

Keeping open because it needs further testing.

adrq commented 7 years ago

Does not appear to be a problem anymore. Closing.