Recent content by Paolo Cera

  1. P

    Apache 2.2 mod_rewrite question

    Got the answer to this. Turns out that I'm trying to do something called a local backreference, and the solution is only portable to POSIX 1003.2+ compliant OSes. More on it can be found here. Note, the bind name /N$ (where 0 < N < 9) did not work for me, but \N did. Anyways, hope this...
  2. P

    Apache 2.2 mod_rewrite question

    Anyone know of the proper syntax that captures this metaphor? Given a Cookie and URI, I would like to check for the existence of a substring in the cookie in the URI and then proceed to a rewrite rule accordingly. Here's an example of my reasoning RewriteEngine on ...
Back
Top