Hi all.
I am interested in the architecture of a CMS where i can pass a full URL instead of a query string.
I would like to make a site that could handle a request to any page... Say 'http://www.my-domain.com/directory/page.aspx' and have the resulting response deliver a generic page/file.
I would like the request to be passed through an XML document where i could store page names and the corresponding file to render content...
My question specifically
- Is this possible
- Is it easy to do
- Are there any Links people have on hand they could share with me on the how to's.
- Any pro's or cons you may have come across if you have used this method.