Want to stop encoding of the url while send to the server

Discussion in 'Apache' started by vlukkad, Jan 11, 2007.

  1. #1
    whenever we give any url in the browser and submit the request then the url is encoded by the server.
    Is there any way to stop the encoding.
    I got some info abt the mod_include module.
    So can anybody help me on that
     
    vlukkad, Jan 11, 2007 IP
  2. blfast

    blfast Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Please give a specific example of the encoding
     
    blfast, Jan 26, 2007 IP
  3. JRBHosting

    JRBHosting Peon

    Messages:
    121
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    He means something like this:

    http://www.site.com/index.php?name=John%20Doe
    Code (markup):
    That is the URL-encoded version of:
    http://www.site.com/index.php?name=John Doe
    Code (markup):
     
    JRBHosting, Feb 4, 2007 IP