i have a PAW domain and my own domain. they are both set up with bottle. i have an app running on the PAW domain. and trying to get my own domain to point to a different server file. for example when i type myname.PAW.com/something or www.mydomain.com/something, that take me to the same server which is located at /home/emmanuelnabi/mysite/bottle_app.py. how to i get my own domain to point to a different bottle_app.py file.
Thank you.