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
Post a Comment