I have developers working on a site for me, they have told me there is no possible way to re-write the URL so there is no second level category e.g.
Remove “/category” from this URL http://www.somesite.com/category/page.aspx
I understand that page.aspx can simply go in the root folder on the server however I don’t want to do this as adding heaps of pages will slow down server load time
I have developers working on a site for me, they have told me there
Share
Do not believe them… It’s easy and can be done for example by UrlRewriter.net library which is easy to use and open source. Also they can write own rewriter which is also not more then an hour of work, for example like here.