ASP Classic - How to set up Permalinks. URL rewrite? -


we have web project working on (custom cms). have url example http://www.test.com/page.asp?pid=191

is there not way change url http://www.test.com/product-title/

any appreciated.

an old method of doing use custom error handling. using 404 custom error handling page can trap request http://www.test.com/product-title/ pull apart , build request resource in case http://www.test.com/page.asp?pid=191.

there various ways of doing storing values in database can lookup friendly address against it's equivalent using url describe resource, http://www.test.com/products/191/ using basis of rewrite.

in newer versions of iis though (7 , above) can use url rewriting build translation 1 url on fly.

links


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -