Is there anyway to get subdomains working?
EG example.com
to m.example.com
Or do i have to buy a new webapp package and point it to www.m.example.com?
Is there anyway to get subdomains working?
EG example.com
to m.example.com
Or do i have to buy a new webapp package and point it to www.m.example.com?
If you have two subdomains, you will have to use two pythonanywhere webapps. Alternative, you could make the one subdomain redirect to the other. (in particular if you want a mobile site, you could probably get a single webapp to recognise the host header and figure out if it should serve a mobile site or a desktop site.)