summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.xml
Commit message (Collapse)AuthorAgeFilesLines
* Trim compatibility info in docs.Rainer Jung2012-12-141-2/+0
| | | | | | | | Remove everything referring to pre 2.1 from 2.4 docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1421892 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo.Rainer Jung2012-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1421185 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1410681:Stefan Fritsch2012-12-091-0/+10
| | | | | | | | | | | | * mod_rewrite: PR53963: Ad an opt-in RewriteOption to control merging of RewriteBase (This merge started happening in 2.4.0/2.2.23) Submitted by: covener Reviewed by: covener, minfrin, sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1418954 13f79535-47bb-0310-9956-ffa450edef68
* Backport r1403476:Stefan Fritsch2012-10-291-3/+5
| | | | | | | | | Mention string-valued expression in the BNF. Clarify when header names are added to the Vary header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1403486 13f79535-47bb-0310-9956-ffa450edef68
* typo fixesDaniel Gruno2012-09-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1379929 13f79535-47bb-0310-9956-ffa450edef68
* backport r1379321: Note that using rewrites with a file-path substitution in ↵Daniel Gruno2012-09-011-1/+3
| | | | | | a .htaccess file will look for files relative to your document root, not relative to your file system root. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1379701 13f79535-47bb-0310-9956-ffa450edef68
* typo fixesDaniel Gruno2012-07-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1364342 13f79535-47bb-0310-9956-ffa450edef68
* * mod_rewrite: add "AllowAnyURI" option.Jim Jagielski2012-07-101-0/+32
| | | | | | | | | | trunk patch: http://svn.apache.org/viewvc?rev=1356115&view=rev http://svn.apache.org/viewvc?view=revision&revision=1356813 2.4.x patch: http://people.apache.org/~jorton/httpd-pr52774.patch +1: jorton, covener, druggeri, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1359687 13f79535-47bb-0310-9956-ffa450edef68
* Backporting syntax highlighting and igalic's ssl changes for mod_r|s*.xmlDaniel Gruno2012-05-041-58/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1334024 13f79535-47bb-0310-9956-ffa450edef68
* Answer the "what flavor of regex" question.Rich Bowen2012-03-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1301574 13f79535-47bb-0310-9956-ffa450edef68
* Trivial s/a/an/ typo correction.Rich Bowen2012-03-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1297836 13f79535-47bb-0310-9956-ffa450edef68
* Correct ordering of query string following use of QSARich Bowen2012-03-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1296181 13f79535-47bb-0310-9956-ffa450edef68
* Remove repeated wordRich Bowen2012-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1242506 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1228894 from trunk:Eric Covener2012-01-081-1/+4
| | | | | | | | | | rewrite guesses URL or Filesystem in server context, but treats everything as a URL in per-dir context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1228895 13f79535-47bb-0310-9956-ffa450edef68
* Backport:Graham Leggett2011-12-011-0/+15
| | | | | | | | | mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possible for RewriteRules to be placed in .htaccess files that match the directory with no trailing slash. PR 48304. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209057 13f79535-47bb-0310-9956-ffa450edef68
* Further clarifications of the rewrite process, as per ticket #52000Rich Bowen2011-10-101-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180879 13f79535-47bb-0310-9956-ffa450edef68
* Clarify behavior of multiple rewrite rules in the same scope. refs ↵Rich Bowen2011-10-091-6/+8
| | | | | | https://issues.apache.org/bugzilla/show_bug.cgi?id=51968 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180734 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-37/+37
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* be explicit that REQUEST_URI is the path component onlyEric Covener2011-09-041-3/+4
| | | | | | | (like r->uri) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1165114 13f79535-47bb-0310-9956-ffa450edef68
* Whether it's intentional or not, the hostname/domainname argument to theRich Bowen2011-04-151-1/+1
| | | | | | | | RewriteRule CO flag is in fact required. Cookies are not set without it. (via Matthew Sporleder) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092797 13f79535-47bb-0310-9956-ffa450edef68
* hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENTRich Bowen2011-04-081-2/+2
| | | | | | | | strings were probably more accurate with the leading ^ anchor. Rebuilds a few other changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090284 13f79535-47bb-0310-9956-ffa450edef68
* Remove more unnecessary anchors from rewrite examples.Rich Bowen2011-04-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090265 13f79535-47bb-0310-9956-ffa450edef68
* Fixes typo in mod_rewrite flags doc.Rich Bowen2011-03-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085361 13f79535-47bb-0310-9956-ffa450edef68
* captures of THE_REQUEST are still escaped however the browser sent the request,Eric Covener2011-02-231-1/+2
| | | | | | | ulike most REQUEST_* variables. PR#50758 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073591 13f79535-47bb-0310-9956-ffa450edef68
* the comparison string has been decoded for rewriterule comparison. PR50653Eric Covener2011-01-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063587 13f79535-47bb-0310-9956-ffa450edef68
* point to where SERVER_NAME and SERVER_PORT get theirEric Covener2011-01-261-2/+8
| | | | | | | values. PR50655 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063585 13f79535-47bb-0310-9956-ffa450edef68
* * docs/manual/mod/mod_rewrite.xml: Fix docs to match code; only Joe Orton2011-01-151-1/+1
| | | | | | | "discardpath" is accepted, not "discardpathinfo". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059356 13f79535-47bb-0310-9956-ffa450edef68
* Provides an example of using expr in a RewriteCond for a commonly-requested ↵Rich Bowen2011-01-141-0/+11
| | | | | | recipe. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059058 13f79535-47bb-0310-9956-ffa450edef68
* clarify RewriteBase as action for closed PR50546Eric Covener2011-01-061-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055710 13f79535-47bb-0310-9956-ffa450edef68
* typoes caught by noodlEric Covener2011-01-061-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055699 13f79535-47bb-0310-9956-ffa450edef68
* PR#44838: be more up front with how the per-dir RewriteRule comparison isEric Covener2011-01-051-52/+49
| | | | | | | | the filesystem path minus the Directory the rules were listed in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055671 13f79535-47bb-0310-9956-ffa450edef68
* Make the REQUEST_SCHEME variable available to scripts and mod_rewriteStefan Fritsch2010-12-301-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053872 13f79535-47bb-0310-9956-ffa450edef68
* Allow to use arbitrary boolean expressions (ap_expr) in RewriteCond.Stefan Fritsch2010-12-291-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053750 13f79535-47bb-0310-9956-ffa450edef68
* Allow to unset environment variables using E=!VAR.Stefan Fritsch2010-12-291-2/+3
| | | | | | | | PR: 49512 Submitted by: Mark Drayton <mark markdrayton info>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053726 13f79535-47bb-0310-9956-ffa450edef68
* fix copy/paste errorEric Covener2010-12-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044738 13f79535-47bb-0310-9956-ffa450edef68
* PR 39313: allow the user to configure which rules come first when RewriteRulesEric Covener2010-12-041-1/+10
| | | | | | | | | | are merged with RewriteOptions Inherit. Submitted By: Jérôme Grandjanny <jerome.grandjanny cea.fr> Reviewed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042255 13f79535-47bb-0310-9956-ffa450edef68
* PR#40831: empty-valued keys behave like missing keys in a RewriteMap lookup.Eric Covener2010-11-041-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031338 13f79535-47bb-0310-9956-ffa450edef68
* Note that RewriteOptions inherit causes parent rules to be applied AFTERRich Bowen2010-11-041-2/+10
| | | | | | | child scope rules. PR46399 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031046 13f79535-47bb-0310-9956-ffa450edef68
* LogLevel should specify a global log level as well as the per-moduleRich Bowen2010-11-011-1/+1
| | | | | | | loglevel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029689 13f79535-47bb-0310-9956-ffa450edef68
* Add an END flag to RewriteRule that acts like L=LAST but also preventsEric Covener2010-10-291-1/+8
| | | | | | | | further rounds of rewrite processing due to per-directory substitutions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028778 13f79535-47bb-0310-9956-ffa450edef68
* Adding #logging link.Igor Galić2010-09-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1002646 13f79535-47bb-0310-9956-ffa450edef68
* Make a note about RewriteLog for folks that are looking for it. ProbablyRich Bowen2010-09-251-0/+15
| | | | | | | | should leave this here for a couple years until folks get used to the new stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001232 13f79535-47bb-0310-9956-ffa450edef68
* Reformat these <pre> tables as actual HTML tablesRich Bowen2010-09-211-67/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999415 13f79535-47bb-0310-9956-ffa450edef68
* Removes the completely unecessary .* on several examples where it onlyRich Bowen2010-09-211-5/+5
| | | | | | | serves to slow down the match process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999404 13f79535-47bb-0310-9956-ffa450edef68
* Adds the -le, -lt, -eq, -ge, and -gt test flags added by wrowe.Rich Bowen2010-09-211-7/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999401 13f79535-47bb-0310-9956-ffa450edef68
* Add descriptions of the new RewriteCond test flags, -L, -h, and the newRich Bowen2010-09-211-18/+44
| | | | | | | >= and <= syntax, added by wrowe in r997553. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999383 13f79535-47bb-0310-9956-ffa450edef68
* Missing a word.Igor Galić2010-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983745 13f79535-47bb-0310-9956-ffa450edef68
* Allow to set environment variables using mod_rewrite withoutRainer Jung2010-07-031-3/+3
| | | | | | | | | | explicitely giving a value. Most modules only check presence of a variable, not the value, so it makes sense to make the VAL argument in the mod_rewrite ENV flag optional. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960233 13f79535-47bb-0310-9956-ffa450edef68
* Replace RewriteLog/RewriteLogLevel with trace log levelsStefan Fritsch2010-06-061-76/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951903 13f79535-47bb-0310-9956-ffa450edef68
* I think this might look better as a DL than as a TABLE.Rich Bowen2010-05-181-40/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945947 13f79535-47bb-0310-9956-ffa450edef68