
07-23-2008
|
|
Registered User
|
|
|
Join Date: Oct 2007
Posts: 18
|
|
|
apache encode special characters in URL
Hi all,
How can I enable encoding of special characters present in URL?
eg
If the URL is
http://127.0.0.1/test.cgi?param1=test & test co
it shouldbe encoded to
http://127.0.0.1/test.cgi?param1=test%20%26%20test%20co
Thanks and Reagards,
uttam hoode
|