RTC Forums

Subscription => Support => Topic started by: clockon on October 20, 2015, 12:14:45 AM



Title: hide isapi.dll from URL
Post by: clockon on October 20, 2015, 12:14:45 AM
does anyone know if there is a way to hide the .dll from the URL so that

www.mywebsite.com/isapi.dll/

shows as

www.mywebsite.com/


Title: Re: hide isapi.dll from URL
Post by: D.Tkalcec (RTC) on October 20, 2015, 08:39:51 AM
This depends on the Server you are using to host the DLL. Every Server handles this differently. Basically, you need to configure the Server to forward all requests to the DLL.

Best Regards,
Danijel Tkalcec


Title: Re: hide isapi.dll from URL
Post by: clockon on October 20, 2015, 10:00:04 AM
Its an IIS server, best ive found to be able to do is to get rid of the .dll part so it reads:

www.mywebsite.com/isapi

does anyone know how to keep it clean without the isapi ?