ThinkGeo.com    |     Documentation    |     Premium Support

Map not loading with URL rewrite

Iam having a page with URL like myhome.com/data/countries/CHN,IND,USA  (after URl rewrite) which has got thinkgeo map component in it.The map is not loading in this case.But if i have a file extension in the URL then it is loading.Is there any work around for this.



Hi Ugendran, 
  
 Can you show us the loading case? Also is it possible for you to provide a sample to recreate the issue? 
  
 Thanks, 
  
 Edgar

Hi Edgar, 
  
 In one of the previous post it is mentioned that MapSuite WebEdition does not  support the URL without any extension.Is this fixed in the current version. 
  
 gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/12/aft/5423/afv/topic/Default.aspx 
  
 Thanks

I think the issue has been fixed, I added the following code to web.config, 



<urlMappings>
      <add url="~/thinkgeo" mappedUrl="~/Default.aspx" />
    

It works fine when I request the  server.com/thinkgeo , could you please have a try?


Regards,


Edgar