I have this website for instance:
I still host that old site but I moved it here:
I'd like each old page to point to each new page. A permanent redirect like this:
https://www.neuraxle.neuraxio.com/* ==> https://www.neuraxio.com/en/neuraxle/*
Do I need to host a server for this to manually writing a Python Flask app that redirects each URL with a custom rewrite? I'd like to avoid coding this by using DNS. Is there a DNS trick I can use? I use GoDaddy to manage my DNS.
Optional: if there is nothing to be done with DNS, can you provide an example Flask URL handler method? Is there a free hosting service available for me to host this flask app?