Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL master rewriting my query stringsURL master rewriting my query strings
Previous
 
Next
New Post
2/26/2010 4:29 PM
 

 hi there - it would seem that my query strings from PPC tracking are being re-written.

so that instead of:

/Products/100Mb-Fibre.aspx?_kk={keyword}&_kt=8b71ada7-e6ff-4d11-9322-c9d620866b7a

I now get:

/Products/100Mb-Fibre/_kt/9a47db57-9edb-4c9a-bca9-7df8c6582040/gclid/COW2g_TS-58CFUl_3godC0A_kw.aspx

 

Any idea what causes this? I've not made any significant changes to the URL master as far as i know...

 

 
New Post
2/27/2010 12:15 AM
 

Generally you would get this type of result because the original Url gets redirected for some reason.  When that happens, the redirected url uses all of the querystring to make up the new url, so the formerly querystirng-only items end up being part of the friedly url path.

The solution is the use of the doNotIncludeInPathRegex field, in the Advanced Regex Settings section.

The value you should use is (/_kk/[^/]+)|(/_kt/[^/]+) which will match your _kk and _kt values and keep them in the querystring.

See more information about this feature at Keeping Querystring Data Out Of The Friendly Url

 

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL master rewriting my query stringsURL master rewriting my query strings


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).