The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-23-2008
uttamhoode uttamhoode is offline
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