We are trying to rescue an mobile app that is hosted on a Windows Server at ISP. The ISP has recently stopped supporting PHP in Windows environment and we cannot move the rest of the site to Linux yet, as it is written i ASP.
We have created a subdomain on a Linux server at the same ISP and set up the app code (PHP) on that domain. Now we are trying to redirect the requests from the mobile app (iOS and Android) to the new subdomain.
The request looks like this http://domain.se/apps/?startdate=yyyy-mm-dd&stopdate=yyyy-mm-dd
How can we redirect these requests to the new subdomain http://subdomain.domain.se/
Any advice is appreciated!