This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x
 Helicon Tech : ISAPI_Rewrite 2.x
Subject Topic: passing parameters Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
JMorgan
Newbie
Newbie


Joined: 15 April 2011
Online Status: Offline
Posts: 1
Posted: 15 April 2011 at 3:23pm | IP Logged Quote JMorgan

Hi I am working with 2.9 and am trying to pass the parameters of a URL through to the redirect URL, so that everything after the "?" is the same on both URLs.

Example:

URL:
http://www.zippy.com/erp?epi_sourcecode=APAC_CN_SEM_BAI_ERP_2011&utm_source=baidu&utm_medium=cpc&utm_term=zippy%20scm&utm_campaign=&utm_content=covepiBAI89300000004034s%2C9225216930&
 
Redirects to:              
http://discover.zippy.com/us/erp/bai/?epi_sourcecode=APAC_CN_SEM_BAI_ERP_2011&utm_source=baidu&utm_medium=cpc&utm_term=zippy%20scm&utm_campaign=&utm_content=covepiBAI89300000004034s%2C9225216930&
Back to Top View JMorgan's Profile Search for other posts by JMorgan
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 18 April 2011 at 2:06am | IP Logged Quote Anton

It must be smth like this:

[ISAPI_Rewrite]

RewriteRule /erp(\?.+) /us/erp/bai/$1 [I,RP]

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

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