The way some pages with url rewriting work might confuse one to think that all the page names in the address bar are for real pages that exist.
Example can be where you have many different news with different names in a news site . But here what happens is rather than having a page for each news, having a template page which
dynamically gets filled with data for the news. After this, even if your page for a certain news is news.aspx?id=23 , you have it shown as titleofthenews.aspx in the address bar of the browser(although in reality it is news.aspx?id=23 )
http://www.urlrewriting.net/en/Default.aspx