Setting domain name to web application [on hold]
- by aditk
I have a website and I have kept the structure to be:
Website
Web Application 1
Web Application 2
Now, I want to access my website at example.com and access web applications using webapp1.example.com or webapp2.example.com; I have a control panel for my domain name from where I have set up a “web forward” to my server.
From what I have done, I am getting to see my IP address when I type in domain name. Yes, I have disabled cloaking here!
How I would like it to be is, when I access example.com and then navigate to other pages, they should be shown in the address bar, e.g. http://example.com/firstpage.aspx and so forth.
Is the structure I have set up a good one?