Hi,
I have a scenario that I wish to investigate as possible solution.
I have an intranet presently written in php with clean urls. It serves various local pages "locally" and also includes direct links lets say to an employee leave and pay portal on another Windows server, also locally with an internal hostname. Someone asked me if we could have access outside of the business as we have a lot of remote employees. With secure blowfish, php salt https etc I see no problem with this.
The problem I cant figure out is how can I mask the true destination of the other portals on other severs while still serving the content from them?
My example.
intranet.company.net/home
intranet.company.net/about
intranet.company.net/news
pay.mylocalserver.net/pay
cms.anotherlocalserver.net
I was unsure of the search term or in fact if I am clear in what I am trying to achieve.
Any help would be great.
Many thanks