Forum Moderators: open

Message Too Old, No Replies

rewriting component for iis asp

rewrite querystring urls

         

topr8

4:55 pm on Jun 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

10+ Year Member



how about

response.redirect newusl.ext

topr8

7:11 am on Jun 5, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



how about

response.redirect newusl.ext

because you cannot pass querystrings with that method

Xoc

9:52 pm on Jun 5, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sure you can.

txbakers

4:00 am on Jun 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



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)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



yes i was looking for something similiar to mod rewrite for iis

DaveN

11:29 pm on Jun 20, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



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

Daven
Not affiliate with either product

webdevsf

1:52 am on Jun 24, 2003 (gmt 0)

10+ Year Member



If you are using .NET, this works for free:

[msdn.microsoft.com...]