| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Trivial s/a/an/ typo correction. | Rich Bowen | 2012-03-07 | 1 | -2/+2 |
* | Correct the statement of how query string ordering works with the QSA | Rich Bowen | 2012-03-02 | 1 | -2/+2 |
* | Remove duplicated word | Rich Bowen | 2012-02-09 | 1 | -1/+1 |
* | revert "overloaded" recent additions to mod_rewrite | Eric Covener | 2012-02-02 | 1 | -6/+4 |
* | document a small trunk-only mod_rewrite indulgence | Eric Covener | 2012-02-02 | 1 | -4/+6 |
* | rewrite guesses URL or Filesystem in server context, but treats everything | Eric Covener | 2012-01-08 | 1 | -1/+4 |
* | mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possible | Graham Leggett | 2011-12-01 | 1 | -0/+15 |
* | Further clarifications of the rewrite process, as per ticket #52000 | Rich Bowen | 2011-10-10 | 1 | -3/+4 |
* | Clarify behavior of multiple rewrite rules in the same scope. refs https://is... | Rich Bowen | 2011-10-09 | 1 | -6/+8 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -37/+37 |
* | be explicit that REQUEST_URI is the path component only | Eric Covener | 2011-09-04 | 1 | -3/+4 |
* | Whether it's intentional or not, the hostname/domainname argument to the | Rich Bowen | 2011-04-15 | 1 | -1/+1 |
* | hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENT | Rich Bowen | 2011-04-08 | 1 | -2/+2 |
* | Remove more unnecessary anchors from rewrite examples. | Rich Bowen | 2011-04-08 | 1 | -2/+2 |
* | Fixes typo in mod_rewrite flags doc. | Rich Bowen | 2011-03-25 | 1 | -1/+1 |
* | captures of THE_REQUEST are still escaped however the browser sent the request, | Eric Covener | 2011-02-23 | 1 | -1/+2 |
* | the comparison string has been decoded for rewriterule comparison. PR50653 | Eric Covener | 2011-01-26 | 1 | -1/+1 |
* | point to where SERVER_NAME and SERVER_PORT get their | Eric Covener | 2011-01-26 | 1 | -2/+8 |
* | * 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-11 | 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-04 | 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-18 | 1 | -40/+19 |
* | Moves most of the rewritemap stuff out into its own document where we | Rich Bowen | 2010-05-18 | 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 |