Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Brontojoris #1
Re: Coldfusion Short URL links
I don't know if this is how macromedia do it, but my guess is that you would
use the missing template handler to take any 404s received in the GO folder and
forward those requests to the appropriate KB article.
Brontojoris Guest
-
Create Sort By Links In Coldfusion
Hey everyone! I'm not sure who all in the Macromedia ColdFusion Community is familiar with ColdFusion, but for a class assignment, I need to create... -
Short cut to a button
Erik, Not sure of what you want to do, but if it's a short cut to run the code behind a command button (without clicking it with the cursor), you... -
Short Tags and XML
I have heard that you cannot use short tags and XML because of the opening line of an xml document... <?xml version="1.0"?> Consider this: ... -
short cut keys
They are IBM specific. Windows itself doesn't provide any shortcut functionality for Fn key. "John Davis" <jrefactor@hotmail.com> wrote in... -
?Hard links, Soft links, & Aliases--Explain
Hi All, Could some knowledgeable UNIX type please explain the differences between hard links, soft links, and traditional Mac aliases. Responses... -
Kronin555 #2
Re: Coldfusion Short URL links
One way to do it is to utilize URL rewriting (assuming you're using Apache as
your frontend webserver).
[url]http://httpd.apache.org/docs/misc/rewriteguide.html[/url]
Another way would be to map a servlet to /go, then parse CGI.SCRIPT_NAME for
the remainder (in this case, it'd be /tn_18235). Your servlet would then
execute a redirectto the correct URL.
Kronin555 Guest



Reply With Quote

