Hello everyone,
How can I show same page for sub domain from main domain.
For e.g.
http://www.sitename.com shows me default page of finance..
I want to
http://finance.sitename.com
should also show the same finance page...
similarly
http://it.sitename.com will show me the IT page from the site
all this page are generated on the basis of ID passed from URL..
I have created sub domains for each section like
for finance,it,operations etc...
if i try
http://www.sitename.com/finance the page is displayed
but if try
http://finance.sitename.com it gives me error
I want same default page to come in sub domain as user goes to main domain.
How this is possible?
Best Regards,
Vivek.