I purchased a domain from GoDaddy like so:
www.mydomain.com
I created a subdomain as well:
demo.mydomain.com
I want to display all of my live demos on the demo.mydomain.com
site like this:
demo.mydomain.com/project1
demo.mydomain.com/project2
I'm using Heroku to deploy different apps, so I know in the GoDaddy panel I can point demo.mydomain.com
to a specific location, is it possible to point it to a specific location like demo.mydomain.com/project1
? Right now the project I have is just pointing to demo.mydomain.com
, however I want multiple apps to be found off that subdomain.