Hello, I'm trying to map a Url such as
www.mywebsite.com/companyname
to
www.mywebsite.com/aspxpage.aspx?companyname
is there anyway of doing this? - so I would be redirecting my user to a webpage from them just typing in /companyname (so with no extensions).
I have read up on url mapping and it would seem microsoft only support a url mapping of an aspx page?