Forum Moderators: open
My question is:
If a user requests a URL like: www.sample.com/xxx.htm,
Is there anyway that I can redirect this URL to a URL like:
www.sample.com/myaspnet.aspx?keywords=xxx
where xxx is a variable(ex. search keywords)
I guess I have to have some configuration file modified, but don't know how-to, if any of u guys out there can give me some advice, that'll be really appreciated.
thanks in advance
feng
You might want to read this post:
ISAPI Rewrite [webmasterworld.com], deals with the same problem
and
rewriting component for iis asp [webmasterworld.com], about rerouting in general