"?" in a query string is replaced with a '/'

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default "?" in a query string is replaced with a '/'

    Hello Everyone,

    How do I reconfigure ColdFusion on my server so that the '?' in a query string is replaced with a '/' and pass the value to the URL.
    maximo789 Guest

  2. Similar Questions and Discussions

    1. How do you change "?" in a query string with a '/'
      How do you change "?" in a query string with a '/' so it appears is if the url is not dynamic. We just want the query to be able to pass / in...
    2. "Error Creating Control" and "Cast from String"
      I'm creating a custom date control. In appearance, it's just a textbox and a button. It has three custom properties: CalDate, CalDateType and...
    3. Exporting to PDF, letter "l" is replaced by "¦"
      Hi All, Has anyone else sen this? When I try to export a file as a PDF document the letter "l" is replaced by the character "¦". All font/text...
    4. #26292 [Opn->Bgs]: substr returns "0" for any offset on the string "0"
      ID: 26292 Updated by: sniper@php.net Reported By: ravacholp at hotmail dot com -Status: Open +Status: ...
    5. convert visual basic "string" data type to DB2 "blob"
      Does anyone know if a visual basic string data type can be converted to DB2 blob datatype? I have all data in XML files and I use Visual Basic to...
  3. #2

    Default Re: "?" in a query string is replaced with a '/'

    Hi

    I imagine your looking to have your URL's friendly to search engines.

    This is a fairly straight solution.

    [url]http://www.fusium.com/index.cfm?fuseaction=home.buildmaster&bodyFuse action=ses.intro[/url]
    DuLaus Guest

  4. #3

    Default Re: "?" in a query string is replaced with a '/'

    Thank you, I will try it out right away.

    Thanks
    maximo789 Guest

  5. #4

    Default Re: "?" in a query string is replaced with a '/'

    Thanks for that post DuLaus! I have successfully converted my site to SES!
    TECITO.COM I had tried several other tags, some written in cfc, custom tagas,
    i never got it to work. Most of them lack documentation. Thanks again.

    Latino Guest

  6. #5

    Default Re: "?" in a query string is replaced with a '/'

    I caught this thread late... Care to share your final code?

    "Latino" <webforumsuser@macromedia.com> wrote in message
    news:d012dt$rr$1@forums.macromedia.com...
    > Thanks for that post DuLaus! I have successfully converted my site to
    > SES!
    > TECITO.COM I had tried several other tags, some written in cfc, custom
    > tagas,
    > i never got it to work. Most of them lack documentation. Thanks again.
    >

    ctrl+alt+delete Guest

  7. #6

    Default Re: "?" in a query string is replaced with a '/'

    This is what i did to conver my site to SES:

    Step 1:
    Download the sesConverter from
    [url]http://www.fusium.com[/url] to read more about the sesConverter.
    Latino Guest

  8. #7

    Default Re: "?" in a query string is replaced with a '/'

    Step 4:
    Conver your links, manually to, for example from:
    Latino Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139