jumpinjackie / mapguide-rest

REST Extension for MapGuide Open Source
GNU Lesser General Public License v2.1
26 stars 14 forks source link

rest configuration in multi server environment #176

Open satregiftc opened 6 years ago

satregiftc commented 6 years ago

HI..

AIMS 2017 Web server extensions and Map guide server are installed in different servers, i am not able to get any response while running rest services in IIS where as rest is working good if both are in same server.

please guide how to configure rest services in multi server environment

thanks satreg

jumpinjackie commented 6 years ago

Do other PHP applications work in your current environment (eg. Site Administrator, PHP AJAX Viewer, Fusion)?

satregiftc commented 6 years ago

Jackie.. yes they are working fine and we are able to get results from rest services with the following URL

http://183.83.218.176/REGEN/rest/index.php/data/building/1.html

instead http://183.83.218.176/REGEN/rest/data/building/1.html

Thanks Satreg

nimcnaan commented 2 months ago

[satregiftc], We have the same problem. Did u manage to solve it ?