Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite'

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108271
interpreted = N
texte = --0016e68de9b6d3122a04b76585b7 Content-Type: text/plain; charset=ISO-8859-1 Is the post request resulting in a rewritten browser address? On Wed, Jan 25, 2012 at 8:03 PM, Govinda wrote: > > > >> Glad help with the apache directives. Certainly an obscure but helpful > bit of information. > > > [snip] > > > > ...instead of this: > > > > RewriteRule ^(.*)$ index.dna?/$1 [L] > > > > ...we use this: > > > > RewriteRule ^(.*)$ index.dna?REQUEST_URI=%{REQUEST_URI} [L] > > > > ...and I then use [REQUEST_URI], instead of [thisurl]. > > > > Case closed for now. :-) > > Or so I thought ^^^ ... > > Except now I see that upon form submission.. [REQUEST_URI] is not > populated. :-( > > Is there something like %{REQUEST_URI} in apache directives.. but which is > automagically populated by *either* %{REQUEST_URI}, or else by the > pre-RewriteRule URL segments (after the domain) *upon form post*? > > -G--------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > --0016e68de9b6d3122a04b76585b7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Is the post request resulting in a rewritten browser address? =A0

On Wed, Jan 25, 2012 at 8:03 PM, Govinda <govinda.webdna= talk@gmail.com> wrote:
>
>> Glad help with the apache directives. =A0Certainly an obscure but = helpful bit of information.

> [snip]


> ...instead of this:
>
> RewriteRule ^(.*)$ index.dna?/$1 [L]
>
> ...we use this:
>
> RewriteRule ^(.*)$ index.dna?REQUEST_URI=3D%{REQUEST_URI} [L]
>
> ...and I then use [REQUEST_URI], instead of [thisurl].


> Case closed for now. =A0:-)

Or so I thought ^^^ ...

Except now I see that upon form submission.. [REQUEST_URI] is not populated= . =A0:-(

Is there something like %{REQUEST_URI} in apache directives.. but which is = automagically populated by *either* =A0%{REQUEST_URI}, or else by the pre-R= ewriteRule URL segments (after the domain) *upon form post*?

-G---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <talk@webdna.us&g= t;.
To unsubscribe, E-mail to: <talk= -leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug Reporting: support@webdna.us

--0016e68de9b6d3122a04b76585b7-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Tom Duke 2012)
  2. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  3. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Tom Duke 2012)
  4. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  5. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (William DeVaul 2012)
  6. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Tom Duke 2012)
  7. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  8. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (William DeVaul 2012)
  9. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  10. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  11. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (William DeVaul 2012)
  12. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  13. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Tom Duke 2012)
  14. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  15. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (William DeVaul 2012)
  16. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (William DeVaul 2012)
  17. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Donovan Brooke 2012)
  18. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  19. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Donovan Brooke 2012)
  20. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (William DeVaul 2012)
  21. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  22. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Donovan Brooke 2012)
  23. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  24. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  25. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (William DeVaul 2012)
  26. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
  27. Re: [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (christophe.billiottet@webdna.us 2012)
  28. [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (Govinda 2012)
--0016e68de9b6d3122a04b76585b7 Content-Type: text/plain; charset=ISO-8859-1 Is the post request resulting in a rewritten browser address? On Wed, Jan 25, 2012 at 8:03 PM, Govinda wrote: > > > >> Glad help with the apache directives. Certainly an obscure but helpful > bit of information. > > > [snip] > > > > ...instead of this: > > > > RewriteRule ^(.*)$ index.dna?/$1 [L] > > > > ...we use this: > > > > RewriteRule ^(.*)$ index.dna?REQUEST_URI=%{REQUEST_URI} [L] > > > > ...and I then use [REQUEST_URI], instead of [thisurl]. > > > > Case closed for now. :-) > > Or so I thought ^^^ ... > > Except now I see that upon form submission.. [REQUEST_URI] is not > populated. :-( > > Is there something like %{REQUEST_URI} in apache directives.. but which is > automagically populated by *either* %{REQUEST_URI}, or else by the > pre-RewriteRule URL segments (after the domain) *upon form post*? > > -G--------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > --0016e68de9b6d3122a04b76585b7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Is the post request resulting in a rewritten browser address? =A0

On Wed, Jan 25, 2012 at 8:03 PM, Govinda <govinda.webdna= talk@gmail.com> wrote:
>
>> Glad help with the apache directives. =A0Certainly an obscure but = helpful bit of information.

> [snip]


> ...instead of this:
>
> RewriteRule ^(.*)$ index.dna?/$1 [L]
>
> ...we use this:
>
> RewriteRule ^(.*)$ index.dna?REQUEST_URI=3D%{REQUEST_URI} [L]
>
> ...and I then use [REQUEST_URI], instead of [thisurl].


> Case closed for now. =A0:-)

Or so I thought ^^^ ...

Except now I see that upon form submission.. [REQUEST_URI] is not populated= . =A0:-(

Is there something like %{REQUEST_URI} in apache directives.. but which is = automagically populated by *either* =A0%{REQUEST_URI}, or else by the pre-R= ewriteRule URL segments (after the domain) *upon form post*?

-G---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <talk@webdna.us&g= t;.
To unsubscribe, E-mail to: <talk= -leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug Reporting: support@webdna.us

--0016e68de9b6d3122a04b76585b7-- William DeVaul

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:

Help! WebCat2 bug (1997) More help for discount pricing (1998) Keep away (1997) Can you do this??? and other stuff (1997) OT: PHP?MySQL eqivalent to "summ=t" (2005) OT - help.. (2003) [WebDNA] [thisurl] not clean on fastcgi 7 (2010) Couple of techno questions (1999) TCPconnect issue (2000) More on the email templates (1997) [WebDNA] WebDNA app store (2011) [isfolder] and [filename] (1997) Can't Update records (1997) [WebDNA] Abandoned Carts (2009) textarea to page display (1998) WebCat2b13MacPlugIn - more [date] problems (1997) upload pictures any solution (1999) Search Combining Problem (2004) Documentation Feedback (1997) GrandTotal not right (1997)