John F
11/21/2022, 6:50 PMinclude application.urls.404 instead of relocating to another page ala location(url=application.urls.404, addToken=false)
Why is the include the "right" way and the relocate the "wrong" way?Daniel Mejia
11/21/2022, 6:53 PMAdam Cameron
Adam Cameron
Daniel Mejia
11/21/2022, 6:57 PMDaniel Mejia
11/21/2022, 6:58 PMAdam Cameron
John F
11/21/2022, 7:01 PMcfheader(statuscode = "404", statusText = "file not found");
include application.urls.404;
return true;
}Dave Merrill
11/21/2022, 7:18 PMDave Merrill
11/21/2022, 7:19 PMAdam Cameron
Dave Merrill
11/21/2022, 7:45 PMAdam Cameron
woo.cfm in <http://example.com/woo.cfm>), but then woo.cfm includes a file that doesn't exist. It only fires if woo.cfm doesn't exist.Dave Merrill
11/21/2022, 8:19 PMJohn F
11/21/2022, 9:27 PM