Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x
 Helicon Tech : ISAPI_Rewrite 2.x
Subject Topic: Help with ReWrite Rule Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
SliNgSh0t
Newbie
Newbie


Joined: 22 June 2010
Online Status: Offline
Posts: 13
Posted: 22 June 2010 at 7:08pm | IP Logged Quote SliNgSh0t

Hi,

I have links like these:

/mysite/products.asp?cat=NBB

/mysite/products.asp?cat=NBB&sort=ASC

/mysite/products.asp?cat=NBB&sort=DESC

I want to process these links but only display /mysite/products.asp?cat=NBB in the address bar

Back to Top View SliNgSh0t's Profile Search for other posts by SliNgSh0t
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10489
Posted: 23 June 2010 at 5:28am | IP Logged Quote Anton

You mean you want any of the above three requests to be shown as /mysite/products.asp?cat=NBB but be processed as if all parameters are in place?
That's hardly possible, because after redirect (needed to change the URL in the address bar) the unused parameters will get lost and
ISAPI_Rewrite will be unable to find out which one to add behind the scenes.

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 
SliNgSh0t
Newbie
Newbie


Joined: 22 June 2010
Online Status: Offline
Posts: 13
Posted: 23 June 2010 at 10:00am | IP Logged Quote SliNgSh0t

Yeah I was afraid of that.

Thanks Anton!

Back to Top View SliNgSh0t's Profile Search for other posts by SliNgSh0t
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum