am sure a regular here recomended a component (pay for) for iis that rewrites urls,
naturally although i thought i flagged the thread i can't find it, plus i visited the site and don't seem to have bookmarked it either
can anyone help?
WebJoe
7:19 pm on Jun 3, 2003 (gmt 0)
how about
response.redirect newusl.ext
topr8
7:11 am on Jun 5, 2003 (gmt 0)
how about
response.redirect newusl.ext
because you cannot pass querystrings with that method
Xoc
9:52 pm on Jun 5, 2003 (gmt 0)
Sure you can.
txbakers
4:00 am on Jun 6, 2003 (gmt 0)
A queryString is just stuff appended to the URL. You can pass it a number of ways, especially with ASP.
makeupalley
2:58 pm on Jun 6, 2003 (gmt 0)
I've been using url replace ( [pstruh.cz...] ) Its free, flexible and has served me well.
Hope this helps,
Elky
topr8
12:33 pm on Jun 20, 2003 (gmt 0)
thanks - while i understand how to pass the variables using session variables or cookies instead of an appended querystring - but i was really looking for a spider friendly solution.
RossWal
10:49 pm on Jun 20, 2003 (gmt 0)
Not sure why you can't pass a querystring, or is it simply a SEO issue? Also, IIRC there is server.redirect that will bounce straight to the new url w/o visiting the client along the way.
HTH
Ross
topr8
11:02 pm on Jun 20, 2003 (gmt 0)
yes i was looking for something similiar to mod rewrite for iis
DaveN
11:29 pm on Jun 20, 2003 (gmt 0)
the two big one for IIs are
IIS ReWrite or ISAPI ReWrite
I have used then both with good success at present ISAPI ReWrite is my favorite