| Commit message (Expand) | Author | Age | Files | Lines |
* | * docs/manual/mod/mod_rewrite.xml: Fix docs to match code; only | Joe Orton | 2011-01-15 | 1 | -1/+1 |
* | Provides an example of using expr in a RewriteCond for a commonly-requested r... | Rich Bowen | 2011-01-14 | 1 | -0/+11 |
* | clarify RewriteBase as action for closed PR50546 | Eric Covener | 2011-01-06 | 1 | -3/+7 |
* | typoes caught by noodl | Eric Covener | 2011-01-06 | 1 | -2/+2 |
* | PR#44838: be more up front with how the per-dir RewriteRule comparison is | Eric Covener | 2011-01-05 | 1 | -52/+49 |
* | Make the REQUEST_SCHEME variable available to scripts and mod_rewrite | Stefan Fritsch | 2010-12-30 | 1 | -0/+7 |
* | Allow to use arbitrary boolean expressions (ap_expr) in RewriteCond. | Stefan Fritsch | 2010-12-29 | 1 | -0/+10 |
* | Allow to unset environment variables using E=!VAR. | Stefan Fritsch | 2010-12-29 | 1 | -2/+3 |
* | fix copy/paste error | Eric Covener | 2010-12-12 | 1 | -1/+1 |
* | PR 39313: allow the user to configure which rules come first when RewriteRules | Eric Covener | 2010-12-04 | 1 | -1/+10 |
* | PR#40831: empty-valued keys behave like missing keys in a RewriteMap lookup. | Eric Covener | 2010-11-05 | 1 | -1/+3 |
* | Note that RewriteOptions inherit causes parent rules to be applied AFTER | Rich Bowen | 2010-11-04 | 1 | -2/+10 |
* | LogLevel should specify a global log level as well as the per-module | Rich Bowen | 2010-11-01 | 1 | -1/+1 |
* | Add an END flag to RewriteRule that acts like L=LAST but also prevents | Eric Covener | 2010-10-29 | 1 | -1/+8 |
* | Adding #logging link. | Igor Galić | 2010-09-29 | 1 | -1/+1 |
* | Make a note about RewriteLog for folks that are looking for it. Probably | Rich Bowen | 2010-09-25 | 1 | -0/+15 |
* | Reformat these <pre> tables as actual HTML tables | Rich Bowen | 2010-09-21 | 1 | -67/+136 |
* | Removes the completely unecessary .* on several examples where it only | Rich Bowen | 2010-09-21 | 1 | -5/+5 |
* | Adds the -le, -lt, -eq, -ge, and -gt test flags added by wrowe. | Rich Bowen | 2010-09-21 | 1 | -7/+55 |
* | Add descriptions of the new RewriteCond test flags, -L, -h, and the new | Rich Bowen | 2010-09-21 | 1 | -18/+44 |
* | Missing a word. | Igor Galić | 2010-08-09 | 1 | -1/+1 |
* | Allow to set environment variables using mod_rewrite without | Rainer Jung | 2010-07-03 | 1 | -3/+3 |
* | Replace RewriteLog/RewriteLogLevel with trace log levels | Stefan Fritsch | 2010-06-06 | 1 | -76/+20 |
* | I think this might look better as a DL than as a TABLE. | Rich Bowen | 2010-05-19 | 1 | -40/+19 |
* | Moves most of the rewritemap stuff out into its own document where we | Rich Bowen | 2010-05-19 | 1 | -203/+44 |
* | 'Apache' -> 'Apache HTTP Server' etc | Rich Bowen | 2010-03-23 | 1 | -16/+15 |
* | mention the quirksof REQUEST_FILENAME earlier. PR48796 | Eric Covener | 2010-02-22 | 1 | -1/+5 |
* | Make ap_pregsub(), used by AliasMatch and friends, use the same syntax | Stefan Fritsch | 2010-01-30 | 1 | -4/+6 |
* | Updates and 2 little typos in manual/mod/mod_rewrite.xml. | Lucien Gentis | 2010-01-07 | 1 | -2/+2 |
* | Removes duplication of the RewriteRule flags documentation. The module | Rich Bowen | 2010-01-01 | 1 | -320/+131 |
* | Adds a [QSD] flag to RewriteRule to discard unwanted query strings | Rich Bowen | 2009-12-29 | 1 | -0/+8 |
* | revert r832627, because it uses invalid xml structure | André Malo | 2009-12-12 | 1 | -92/+134 |
* | move a couple of special warnings for SysV sems and Posix sems out of the | Jeff Trawick | 2009-11-24 | 1 | -26/+5 |
* | continue clarification of RewriteBase, lots of users who install little | Eric Covener | 2009-11-22 | 1 | -5/+11 |
* | add an early note about the Pattern in a rewriterule behaving | Eric Covener | 2009-11-05 | 1 | -6/+19 |
* | Split RewriteCond into two sections, brought TestString section up to date. | Noirin Plunkett | 2009-11-04 | 1 | -134/+92 |
* | Removing more cruft, rewriting what's left | Noirin Plunkett | 2009-11-03 | 1 | -76/+20 |
* | Ripping out the stuff that isn't really module reference, and translating the | Noirin Plunkett | 2009-11-02 | 1 | -87/+17 |
* | Full doc tree rebuild. This includes some diffs that rename | Rich Bowen | 2009-11-02 | 1 | -1/+1 |
* | As discussed on the docs mailing list several months back, we're | Rich Bowen | 2009-11-02 | 1 | -1/+1 |
* | Add a note about the DPI rewrite flag, available from 2.2.12 only. | Vincent Deffontaines | 2009-10-25 | 1 | -70/+71 |
* | fix validation errors | André Malo | 2008-12-26 | 1 | -6/+6 |
* | Various cleanups and per-directory behavior differences | Eric Covener | 2008-12-21 | 1 | -25/+53 |
* | typo spotted by Vincent Bray | Eric Covener | 2008-12-19 | 1 | -1/+1 |
* | *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome | Eric Covener | 2008-12-19 | 1 | -0/+27 |
* | Slight clarification to the way rewrite works in per-directory context. | Rich Bowen | 2008-11-26 | 1 | -1/+4 |
* | missing an "if" | Eric Covener | 2008-10-22 | 1 | -1/+1 |
* | leave a hint about some non-intuitive startup behavior for RewriteMap programs | Eric Covener | 2008-10-22 | 1 | -0/+9 |
* | * Offer the possibility to create session cookies in the case a path is | Ruediger Pluem | 2008-06-07 | 1 | -1/+2 |
* | * Allow HttpOnly, 1 and true to enable HttpOnly, allow secure, 1 and true | Ruediger Pluem | 2008-06-07 | 1 | -2/+2 |