Rewriting URL to get Wordpress "permalink" type URL
- by user1472575
I would like my users to enter http://mywebsite.com/the-name-of-my-post
and have the following execute: http://mywebsite.com/Default.aspx#&&the-name-of-my-post
...which is what the ScriptManager generates at runtime.
I have created an ASP.NET site to replace a Wordpress site that creates "permalinks". This site was around for about 2 years so there are lots of bookmarks and references to these "permalinks" on the search engines etc.
Also are there any modules I have to include in my website to get this to work?
Is there any configuration that I have to ask my hosting company to make so that this works?