Is it possible to ignore subdomains (for dynamic use)?

PLEASE help us help you by writing a good post!

Hi, I was just wondering if it was possible to do a redirect for any subdomain entered rather than actually sending them to that DNS entry (this works easily on localhost, but not sure if Netlify supports it).

So basically if they enter dance.example.com can it simply send them to example.com/dance? or even just example.com without any use of the subdomain? Basically simulating a subdomain without actually manually implementing each one

That’s not possible, and it’s not a Netlify limitation. The DNS needs to resolve to something before being able to do any such kind of a thing.