I have established a custom domain pointing to my PA account: "myapp.mycompany.com" Now I want to give users their own subdomain (just like PA does) but I'm already 3 deep. So I would have to go to 4th-level, for example, jack.myapp.mycompany.com and jill.myapp.mycompany.com
a) Is this supported? and b) is there a mod_rewrite type of module that will allow Flask or Bottle to interpret these as myapp.mycompany.com/jack/ ? Because I think their routing only natively supports what comes after the ".com". (I could be wrong here)
And SSL will be a must, so that probably complicates things further.
I read: https://www.pythonanywhere.com/forums/topic/1391/ but the latest reply is a year old.
Thank you.