Host Sub Application for the main application without changing the URL

I have one doubt, clarify this.

We are currently hosting one subroutine in the main application. as below

With additional application

URL as

www.Examples.com/internal

internal is a sub-application located in the main application Examples .

But I want to host the helper application as the main application, for example below

Parllel application

But the URL should be the same as

www.Examples.com/internal

Note. The internal application is supported on one server or on another server, but the URL should be the same.

Is it possible to maintain such a site?

Thank you Mathan Kumar HJ

+4
source share
1 answer

, example.com DNS , , internal Ipv4 1.2.3.4, DNS internal IN A 1.2.3.4 , internal.example.com

: , URL- - , , , example.com/internal, 301 ip, URL-.

0

Source: https://habr.com/ru/post/1692970/


All Articles