
04-04-2007, 06:32 AM
|
|
SEO Junior
|
|
Join Date: Mar 2007
Posts: 26
|
|
|
Double URL Encoding - WHY ???
Hi,
I have been told that i will need to recode part of my site for a new tracking program.
In order for that to work they want me to URL encode my URLs twice, infact it doesnt work if i dont.
Can anyone shed any light on why they would do this >???
eg
server.urlencode(server.urlencode("whatever-string/I-decide/to_put?in=here"))
|