danieltj27 / Cece

The little blogging framework.
MIT License
0 stars 0 forks source link

Files not found get redirected to system 404 #1

Open danieltj27 opened 5 years ago

danieltj27 commented 5 years ago

When a file is not found for example, the user is taken through the main Controller function to determine the route that should be loaded. However if the user is after a file that doesn't exist, they're taken to a system 404 page instead which messes up the file_found media method.

danieltj27 commented 5 years ago

b58a38e starts to address this issue.