im realizing.. you can only have one 404 page on your site and not various ones inside different directories. that's so sad (unless i'm just doing it wrong??? been trying to look up how it works and can't find anything)
pretty sure you can only have one. on im assuming neocities server, it goes like if it cant find a file at the requested path it returns the not_found file
pretty sure you can only have one. on im assuming neocities server, it goes like if it cant find a file at the requested path it returns the not_found file
you can only have one per site here, but if nothing else you could probably use javascript to redirect to separate pages based on the current URL
you can do some fancy redirecting with js though!
omg you guys the js redirect thing is so smart, thank you