Re: redirect within the ErrorMessages.db
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 54608
interpreted = N
texte = hi Donovan,On Dec 2, 2003, at 9:50 PM, Donovan Brooke wrote:> Dale, I'm not sure of what exactly you are doingTrying to create a 'simple' URL for members so instead of having to type"www.domain.tld/members/details.html?record_id=222222222The can type:www.domain.tld/profiles/membername/Then the server wil do a search on the membername and do a redirect to the proper record in the database.> but one thing I do> (suggestion derived from list members) is to take the "["> off the redirect to see if, 1. it is even there and, 2. what all values> are there.Things seem to stop before the search, or probably more accurately, the search does not seem to work. The closing body tags show up, so it apparently gets past the search. However, adding a [numfound] doesn't report anything, not even a 0.>> Also, [url][/url] the "[mbr_name]" in the search if it contains spaces.Good call on the [url] the field in question has been checked for such charators, but, better to be safe.> hth,> Donovan>>>> CN Stuff wrote:>> Hello,>> I am trying to allow for a 'simple' URL for member pages on my site >> e.g.>> www.domain.tld/members/username/>> In an attempt to accomplish this, I have added the following (without >> line breaks) to process the URL and do a redirect to the proper URL. >> With this code, I get the proper membername, but the redirect never >> happens.>> [showif [thisurl]^members]>> [ListWords Words=[thisurl]&Delimiters=/][text >> show=f]mbr_name=[word][/text][/ListWords]>> [mbr_name] (for verification purposes)>> [search db=/databases/members.db&eqMemberNamedatarq=[mbr_name]]>> [founditems]>> [REDIRECT >> url=http://www.domain.tld/profiles/details.html? >> record_id=[record_id]]>> [/founditems]>> [/search]>> [/showif]>> All I end up with is the mbr_name displayed on the screen. Anything >> obvious as to what I might be doing wrong?>> Thanks>> Dale>>> -- > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o> DONOVAN D. BROOKE Eucalyptus Design> <-Web Development (specializing in eCommerce), ->> <-Graphic Design, and Pre-Press Consultation ->>> ADDRESS:> Donovan Brooke> DBA Eucalyptus Design> N2862 Summerville Park Rd.> Lodi, WI 53555> PH:> 1.608.592.3567> Web:> http://www.euca.us> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o>>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list
.> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
hi Donovan,On Dec 2, 2003, at 9:50 PM, Donovan Brooke wrote:> Dale, I'm not sure of what exactly you are doingTrying to create a 'simple' URL for members so instead of having to type"www.domain.tld/members/details.html?record_id=222222222The can type:www.domain.tld/profiles/membername/Then the server wil do a search on the membername and do a redirect to the proper record in the database.> but one thing I do> (suggestion derived from list members) is to take the "["> off the redirect to see if, 1. it is even there and, 2. what all values> are there.Things seem to stop before the search, or probably more accurately, the search does not seem to work. The closing body tags show up, so it apparently gets past the search. However, adding a [numfound] doesn't report anything, not even a 0.>> Also, [url][/url] the "[mbr_name]" in the search if it contains spaces.Good call on the [url] the field in question has been checked for such charators, but, better to be safe.> hth,> Donovan>>>> CN Stuff wrote:>> Hello,>> I am trying to allow for a 'simple' URL for member pages on my site >> e.g.>> www.domain.tld/members/username/>> In an attempt to accomplish this, I have added the following (without >> line breaks) to process the URL and do a redirect to the proper URL. >> With this code, I get the proper membername, but the redirect never >> happens.>> [showif [thisurl]^members]>> [ListWords Words=[thisurl]&Delimiters=/][text >> show=f]mbr_name=[word][/text][/ListWords]>> [mbr_name] (for verification purposes)>> [search db=/databases/members.db&eqMemberNamedatarq=[mbr_name]]>> [founditems]>> [REDIRECT >> url=http://www.domain.tld/profiles/details.html? >> record_id=[record_id]]>> [/founditems]>> [/search]>> [/showif]>> All I end up with is the mbr_name displayed on the screen. Anything >> obvious as to what I might be doing wrong?>> Thanks>> Dale>>> -- > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o> DONOVAN D. BROOKE Eucalyptus Design> <-Web Development (specializing in eCommerce), ->> <-Graphic Design, and Pre-Press Consultation ->>> ADDRESS:> Donovan Brooke> DBA Eucalyptus Design> N2862 Summerville Park Rd.> Lodi, WI 53555> PH:> 1.608.592.3567> Web:> http://www.euca.us> =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o>>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
CN Stuff
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Developer Edition - Connection Limit (2006)
WC 2.0 frames feature (1997)
[WebDNA] Initial setup problems with 6.2 (2009)
SOLVED: [WebDNA] [lookup..] returning nothing at all.. not even the notfound param. (2010)
errors 550, and 108 (1998)
RE: 2.01 upgrade problems (1997)
About the hyphen in searches (2003)
Bad creator codes which cause access denied errormessage (1997)
CyberCash Problem? (2005)
PIXO (1997)
Vote: ELSE (2002)
appending to my last post (1999)
Auto SKU's (2000)
[TaxableTotal] - not working with AOL and IE (1997)
[WebDNA] math and blank /no value (2014)
multiple credit card merchant accounts/processors (1997)
2 easy questions re: [showif] and [sendmail] (1997)
Re:listfiles-looking for slick solution (1997)
price carry over (1997)
textarea inputs and returns (1999)