hello,
i'm trying to learn as much as possible about using isapi url rewrite. i have a web site and i want all my dynamic content to be shown as a keyword-rich html url address. for example:
http://www.example.com/articles/arti...l-rewrite.html.
now, the case is that i have all the content stored in a database and i don't want to use any kind of parameters in the url itself. so i need to lookup the information in the database, get the id and then rewrite the url. is this possible? as i've been reading, i can set static url rewrite rules in the httpd.ini file, but is it possible to somehow generate dynamic httpd.ini or to change rewrite rules on the fly?
saso