Welcome Guest, Not a member yet? Register   Sign In
404 Override Not Working
#16

Martin7483 Wrote:If the need should arise to call the show_404() method from within the custom Notfound Controller that would cause an infinite redirect loop. Meaning if he would need to call it he would have to again build something to overcome that issue.

This would be true if they did need to call the show_404() method within the Notfound Controller, which isn't a custom controller, they're extending the standard CI_Controller. From what they posted it does not seem like they would need to do this though as they were trying to set one controller for all 404 pages via $route['404_override'] = 'notfound'; which would suggest they only needed one 404 page, if they did then it's a different problem and a different solution is needed.

Martin7483 Wrote:Also any 404 unrelated to the forum he is building, will not be routed to the custom notfound controller

What if they only need one 404 page for their application? They didn't specify they needed a specific 404 page for their forum and a different one for other parts of their application, if this was needed though they could make use of the $page argument and redirect to the desired 404 page with a small modification to the code if it was required, again different problem, different solution.

Martin7483 Wrote:You are “fixing something” that is not broken. How is that a correct approach to anything?

I don't see how this is "fixing something that is not broken", it's changing how something works so it suits your specific needs.
Reply


Messages In This Thread
404 Override Not Working - by wolfgang1983 - 06-20-2017, 01:18 AM
RE: 404 Override Not Working - by reactionstudio - 06-20-2017, 01:32 AM
RE: 404 Override Not Working - by wolfgang1983 - 06-20-2017, 01:33 AM
RE: 404 Override Not Working - by reactionstudio - 06-20-2017, 01:49 AM
RE: 404 Override Not Working - by wolfgang1983 - 06-20-2017, 01:59 AM
RE: 404 Override Not Working - by reactionstudio - 06-20-2017, 01:52 AM
RE: 404 Override Not Working - by wolfgang1983 - 06-20-2017, 02:00 AM
RE: 404 Override Not Working - by Martin7483 - 06-20-2017, 02:00 AM
RE: 404 Override Not Working - by wolfgang1983 - 06-20-2017, 02:03 AM
RE: 404 Override Not Working - by reactionstudio - 06-20-2017, 02:05 AM
RE: 404 Override Not Working - by wolfgang1983 - 06-20-2017, 02:12 AM
RE: 404 Override Not Working - by Martin7483 - 06-20-2017, 02:21 AM
RE: 404 Override Not Working - by reactionstudio - 06-20-2017, 02:37 AM
RE: 404 Override Not Working - by Martin7483 - 06-20-2017, 02:10 AM
RE: 404 Override Not Working - by Martin7483 - 06-20-2017, 02:54 AM
RE: 404 Override Not Working - by reactionstudio - 06-20-2017, 03:26 AM
RE: 404 Override Not Working - by Martin7483 - 06-20-2017, 04:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB