I want to know what is the exact difference between domain redirecting and domain forwarding(with mask and without masking)?
Suppose I have purchased domain called example.com. I have created subdomains for example.com namely www.example.com, abc.example.com.
Scenario 1
Application is running on example.com. Suppose i am hitting www.example.com,it should display the output of example.com without changing my url.
Vistior goes to : www.example.com
Content to be displayed : Application running on example.com
Address Bar Displays : www.example.com
what is the above scenario..is it domain forwarding or domain redirecting?
Scenario 2
Application is running on example.com. Suppose i am hitting abc.example.com,it should display the output of example.com with changing my url.
Vistior goes to : abc.example.com
Content to be displayed : Application running on example.com
Address Bar Displays : example.com
what is the above scenario..is it domain forwarding or domain redirecting?
Scenario 3 :
Application is running on example.com(Hello world). Another application is running on example1.net(apache) Suppose i am hitting example.com,it should display the output of example1.net without changing my url.
Vistior goes to : example.com
Content to be displayed : Application running on example1.net
Address Bar Displays : example.com
what is the above scenario..is it domain forwarding or domain redirecting?
Scenario 4 :
Application is running on example.com(Hello world). Another application is running on example1.net(apache) Suppose i am hitting example.com,it should display the output of example1.com with changing my url.
Vistior goes to : example.com
Content to be displayed : Application running on example1.net
Address Bar Displays : example1.net
what is the above scenario..is it domain forwarding or domain redirecting?
Please help me to sort it out?