Hello,
I've installed a CRM 2011 environment without ADFS and a SSL certificate.
I can browse to the created organisation on http://servername/organisation
I want to use the URL rewrite function to rewrite the following:
http://organisation.domain.local/* (and everything behind the slash)
rewrite to
http://servername/organisation/* (and everything behind the slash)
*organisation is a variable name. Each CRM organisation gets a new name...
I've also tried some solutions from older posts (http://www.sidesofmarch.com/index.php/archive/2012/01/15/url-rewriting-for-user-friendly-urls-with-dynamics-crm-2011/), but still no luck.
Can anyone help me?