uhm-coe / assist

Assist is a support site built with Jekyll.
https://assist.coe.hawaii.edu/
Apache License 2.0
3 stars 1 forks source link

Arbitrary URLs do not fail nicely to 404 pages #40

Closed enriquezm closed 8 years ago

enriquezm commented 8 years ago

Visit a page such as https://assist.coe.hawaii.edu/how-to/2016/01/22/sync-owncloud-files-selectively-to-your-hard-drive.html then remove the info after the trailing slash and hit enter.

https://assist.coe.hawaii.edu/how-to/2016/01/22/ will return an NGINX error page, which is not terribly good looking. Should fail to a nice 404 page instead.

parkjc commented 8 years ago

done. redirected 403 forbidden errors to our custom 404 page.