Hi there, I am using deeplink module, but now face to a problem. Request URL like 'http://servername/link/linkName/{some parameter} ' works well. But I would like to set request URL as http://servername/applicationName/link/linkName/{some parameter}. I tried as followings, I changed Deep link modeule's Constants 'RequestHandlerName' value to 'applicationName/link', then created deep link configuration (set 'linkName' to 'Name' value ). (Deep link's ArgumentExample value was 'http://servername/applicationName/link/linkName/') when I click url, error occures. '404 - file not found for file: applicationName/link/linkName/' In stead of above change, I changed Application root URL value to 'http://servername/applicationName' , then created deep link configuration (set 'linkName' to 'Name' value ). (Deep link's ArgumentExample value was 'http://servername/applicationName/link/linkName/') when I click url, same error occures. '404 - file not found for file: applicationName/link/linkName/' Does Anyone have any idea how to solve this? Thanks in advance, Satomi
↧