So, I used the /override/route.hello-world.php file as an example to create another page. So, I made route.images.php in that folder and tried /images but only get 404. Am I missing something? It's identical to the route.hello-world.php
Sure, while /images exists as a real folder (that's by default) you will always get that issue because the system is not routing at all, is accessing to the /images folder directly.
Sure, while /images exists as a real folder (that's by default) you will always get that issue because the system is not routing at all, is accessing to the /images folder directly.