Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
What's the default Default404 target?
review
New
I tried to modify it. Now I can't remember what it used to be so I'm not getting the proper 404 page.
Tagged:
0
Comments
target: dashboard/home/filenotfound type: Not Found (404)
which accesses this file
applications/dashboard/views/home/filenotfound.php
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Great. Thanks preregrine
if is best if you don't modify core files. you can copy them over to you theme.
grep is your friend.
I think he just modifed the target in dashboard routes (and lost track of what it originally pointed to) and he didn't modify the core file listed.
just gave him the location of the view in case he wanted to mimic it somewhere.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.