summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_rewrite.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* * docs/manual/mod/mod_rewrite.xml: Fix docs to match code; only Joe Orton2011-01-151-1/+1
* Provides an example of using expr in a RewriteCond for a commonly-requested r...Rich Bowen2011-01-141-0/+11
* clarify RewriteBase as action for closed PR50546Eric Covener2011-01-061-3/+7
* typoes caught by noodlEric Covener2011-01-061-2/+2
* PR#44838: be more up front with how the per-dir RewriteRule comparison isEric Covener2011-01-051-52/+49
* Make the REQUEST_SCHEME variable available to scripts and mod_rewriteStefan Fritsch2010-12-301-0/+7
* Allow to use arbitrary boolean expressions (ap_expr) in RewriteCond.Stefan Fritsch2010-12-291-0/+10
* Allow to unset environment variables using E=!VAR.Stefan Fritsch2010-12-291-2/+3
* fix copy/paste errorEric Covener2010-12-121-1/+1
* PR 39313: allow the user to configure which rules come first when RewriteRulesEric Covener2010-12-041-1/+10
* PR#40831: empty-valued keys behave like missing keys in a RewriteMap lookup.Eric Covener2010-11-051-1/+3
* Note that RewriteOptions inherit causes parent rules to be applied AFTERRich Bowen2010-11-041-2/+10
* LogLevel should specify a global log level as well as the per-moduleRich Bowen2010-11-011-1/+1
* Add an END flag to RewriteRule that acts like L=LAST but also preventsEric Covener2010-10-291-1/+8
* Adding #logging link.Igor Galić2010-09-291-1/+1
* Make a note about RewriteLog for folks that are looking for it. ProbablyRich Bowen2010-09-251-0/+15
* Reformat these <pre> tables as actual HTML tablesRich Bowen2010-09-211-67/+136
* Removes the completely unecessary .* on several examples where it onlyRich Bowen2010-09-211-5/+5
* Adds the -le, -lt, -eq, -ge, and -gt test flags added by wrowe.Rich Bowen2010-09-211-7/+55
* Add descriptions of the new RewriteCond test flags, -L, -h, and the newRich Bowen2010-09-211-18/+44
* Missing a word.Igor Galić2010-08-091-1/+1
* Allow to set environment variables using mod_rewrite withoutRainer Jung2010-07-031-3/+3
* Replace RewriteLog/RewriteLogLevel with trace log levelsStefan Fritsch2010-06-061-76/+20
* I think this might look better as a DL than as a TABLE.Rich Bowen2010-05-191-40/+19
* Moves most of the rewritemap stuff out into its own document where weRich Bowen2010-05-191-203/+44
* 'Apache' -> 'Apache HTTP Server' etcRich Bowen2010-03-231-16/+15
* mention the quirksof REQUEST_FILENAME earlier. PR48796Eric Covener2010-02-221-1/+5
* Make ap_pregsub(), used by AliasMatch and friends, use the same syntaxStefan Fritsch2010-01-301-4/+6
* Updates and 2 little typos in manual/mod/mod_rewrite.xml.Lucien Gentis2010-01-071-2/+2
* Removes duplication of the RewriteRule flags documentation. The moduleRich Bowen2010-01-011-320/+131
* Adds a [QSD] flag to RewriteRule to discard unwanted query stringsRich Bowen2009-12-291-0/+8
* revert r832627, because it uses invalid xml structureAndré Malo2009-12-121-92/+134
* move a couple of special warnings for SysV sems and Posix sems out of the Jeff Trawick2009-11-241-26/+5
* continue clarification of RewriteBase, lots of users who install littleEric Covener2009-11-221-5/+11
* add an early note about the Pattern in a rewriterule behaving Eric Covener2009-11-051-6/+19
* Split RewriteCond into two sections, brought TestString section up to date.Noirin Plunkett2009-11-041-134/+92
* Removing more cruft, rewriting what's leftNoirin Plunkett2009-11-031-76/+20
* Ripping out the stuff that isn't really module reference, and translating theNoirin Plunkett2009-11-021-87/+17
* Full doc tree rebuild. This includes some diffs that renameRich Bowen2009-11-021-1/+1
* As discussed on the docs mailing list several months back, we'reRich Bowen2009-11-021-1/+1
* Add a note about the DPI rewrite flag, available from 2.2.12 only.Vincent Deffontaines2009-10-251-70/+71
* fix validation errorsAndré Malo2008-12-261-6/+6
* Various cleanups and per-directory behavior differencesEric Covener2008-12-211-25/+53
* typo spotted by Vincent BrayEric Covener2008-12-191-1/+1
* *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesomeEric Covener2008-12-191-0/+27
* Slight clarification to the way rewrite works in per-directory context.Rich Bowen2008-11-261-1/+4
* missing an "if"Eric Covener2008-10-221-1/+1
* leave a hint about some non-intuitive startup behavior for RewriteMap programsEric Covener2008-10-221-0/+9
* * Offer the possibility to create session cookies in the case a path isRuediger Pluem2008-06-071-1/+2
* * Allow HttpOnly, 1 and true to enable HttpOnly, allow secure, 1 and trueRuediger Pluem2008-06-071-2/+2