Forums

3 Webapps each with own domain?

I have the account with 3 webapps. How do I enter a domain for each? Instructions seems to say that all will point to username.pythonanywhere.com Is this correct? How do I set up each domain?

You need to create a web app on the "Web" tab for each one, and then set up a CNAME with your domain registrar for each one, pointing it to aneesha.pythonanywhere.com.

So all 3 web apps with a separate domain name will point to username.pythonanywhere.com ? Do I need to set anything else up on the python anywhere end?

Yes. The CNAME just tells the browser to send the request to PythonAnywhere. Once it arrives, we use the host that was requested to work out which web app to send it to. You'll need a web app for each domain and a CNAME pointing each of those domains to aneesha.pythonanywhere.com.