1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00
Commit Graph

81 Commits

Author SHA1 Message Date
Ruediger Pluem
e4f6dc8e21 * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732126 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 21:30:28 +00:00
André Malo
184034d0a9 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729540 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 21:47:51 +00:00
André Malo
80f5bdd29e fix validation errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729539 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 21:45:59 +00:00
Eric Covener
04fde458e5 Update examples to be more per-directory agnostic, identify examples that
seem to be inherently per-directory oriented (REQUEST_URI vs REQUEST_FILENAME)



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728400 13f79535-47bb-0310-9956-ffa450edef68
2008-12-21 08:08:52 +00:00
Eric Covener
b7bb200334 Clarification of regexes/examples for rewrite flags.
Submitted by: Bob Ionescu
Reviewed By: covener



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728398 13f79535-47bb-0310-9956-ffa450edef68
2008-12-21 08:02:32 +00:00
Vincent Bray
bb16458541 PR45806 Fixed break tags. Submitted by poirier pobox.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@696313 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 14:19:43 +00:00
Vincent Bray
955382a024 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687496 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 22:55:37 +00:00
Eric Covener
4486dfb66e use %{DOCUMENT_ROOT} variable in the "try several subdirectories" example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685538 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 13:26:02 +00:00
Rich Bowen
babe155631 Provide useful solutions to the 'blocking inline images' problem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685418 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 02:12:30 +00:00
Rich Bowen
9f8ccad39a I've long hated this technique, in which the hostname is prepended to
the REQUEST_URI, and then munged on a second pass through. It's
confusing, hard to explain to beginners, and completely unnecessary. Use
RewriteCond backreferences instead.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685415 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 01:49:22 +00:00
Rich Bowen
edf65d36ec "Search pages" => "Search for pages"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685413 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 01:39:28 +00:00
Rich Bowen
600d513c5c This adds a more generic "add www. to all hostnames" ruleset.
It also makes the existing rulesets in this section work both in the
main configuration file and in .htaccess files, by making the leading
slash optional - ie ^/?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685411 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 01:29:03 +00:00
Rich Bowen
fb96a42391 example.com, rather than exampe.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685404 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 01:04:12 +00:00
Rich Bowen
1c653af8f7 The [uge] isn't necessary in this context. We're just talking about /u/
here. Surely we can come up with a better example of this.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685146 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12 13:41:34 +00:00
André Malo
daa21a6a6f update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678770 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 14:27:16 +00:00
Nilgun Belma Buguner
945a729295 New Turkish translations
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678757 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 13:21:36 +00:00
Rich Bowen
cb34f3c72a Make the example match the explanatory text, and add a cautionary note.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660788 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 02:20:56 +00:00
Rich Bowen
ed79991dfb Make the example match the descriptive paragraph.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660787 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 02:15:48 +00:00
Rich Bowen
429440c322 Minor tweaks to grammar and examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660785 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 02:10:56 +00:00
Takashi Sato
cf5776b921 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657845 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 14:57:19 +00:00
Takashi Sato
461cf36063 use example.com for example domain name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657842 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 14:44:47 +00:00
Takashi Sato
12137c2258 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653706 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 08:31:14 +00:00
Takashi Sato
3ff622bd3f "proceeding" typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653690 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 06:55:46 +00:00
Vincent Bray
66399d03be Minor cleanups
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@650513 13f79535-47bb-0310-9956-ffa450edef68
2008-04-22 13:15:19 +00:00
Chris Pepper
244c2bd08d Finish cleanup.
Remove <em> around e.g. & i.e.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@650010 13f79535-47bb-0310-9956-ffa450edef68
2008-04-21 03:18:47 +00:00
Vincent Bray
f58bb6e051 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@649077 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 12:58:47 +00:00
Chris Pepper
27b409c78b General cleanup of rewrite guide.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@648946 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 04:13:22 +00:00
Vincent Bray
c6a6dfcc6f Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@648370 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 18:40:15 +00:00
Vincent Bray
585bd08d20 Numerous typo fixes courtesy of Luciene Gentis
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@648368 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 18:39:14 +00:00
Vincent Bray
684fd7b104 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@647585 13f79535-47bb-0310-9956-ffa450edef68
2008-04-13 16:39:49 +00:00
Vincent Bray
1db37d5b0d Typo fix courtesy of Luciene Gentis
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@647584 13f79535-47bb-0310-9956-ffa450edef68
2008-04-13 16:35:17 +00:00
Vincent Bray
29954b8668 Typo fixes courtesy of the French translation crew
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644549 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 22:57:36 +00:00
Jim Jagielski
71b70d77a6 docco sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@637905 13f79535-47bb-0310-9956-ffa450edef68
2008-03-17 14:37:35 +00:00
Vincent Bray
2127a1f94e One typo, one logic error.
Submitted by: Lucien Gentis
Reviewed by: noodl


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@637682 13f79535-47bb-0310-9956-ffa450edef68
2008-03-16 23:08:00 +00:00
André Malo
07dea89e0b update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636696 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 10:04:31 +00:00
André Malo
560449c999 fix parentdocument reference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636694 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 10:02:35 +00:00
André Malo
323a97156f update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636682 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 09:43:32 +00:00
André Malo
2c170b30db fix meta reference
Submitted by: Takashi Sato <serai lans-tv.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636681 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 09:41:53 +00:00
Joshua Slive
33d746220a Fix a typo in an example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636432 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 17:35:47 +00:00
Joshua Slive
e04102ffe6 Make the RewriteRule docs shorter (!) by referencing the regex docs in the
rewrite intro.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636398 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 16:22:20 +00:00
Joshua Slive
17bcbb701a Flush out the rewrite docs a little. In particular:
- rename flags to rewrite_flags for consistency
- note that flags is not comprehensive
- link up flags to the index page
- change the seealso links on the index page to be other useful
  links rather than a repeat of the links elsewhere on the page
- add some meat to the intro doc -- some sections still need more content



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636374 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 15:42:52 +00:00
Joshua Slive
32f8e5e5ee Some minor fixups on the rewrite guide. Add proper breadcrumb links;
Fix internal links; Flaten the section structure so that all
recipes appear in the top menu.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636043 13f79535-47bb-0310-9956-ffa450edef68
2008-03-11 18:13:08 +00:00
Vincent Bray
b28e305c3e Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634156 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 04:23:10 +00:00
Vincent Bray
70af672f57 Fix mixed up descriptions of regex tokens.
Submitted by: Shawn Ashlee (shawn.ashlee rackspace.com)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634154 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 04:19:56 +00:00
Rich Bowen
cf88bb1efb Clarify the phrase "per-directory context"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620513 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 16:17:50 +00:00
Rich Bowen
461cc22127 More examples and a few clarifications where the text didn't match the
example.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620512 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 16:17:19 +00:00
Noirin Plunkett
2e1af8db42 Copyright year update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@613134 13f79535-47bb-0310-9956-ffa450edef68
2008-01-18 11:44:40 +00:00
André Malo
5c5ed18f42 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594903 13f79535-47bb-0310-9956-ffa450edef68
2007-11-14 14:30:17 +00:00
André Malo
48e97db77a fix external references to perldoc
PR: 43856


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594900 13f79535-47bb-0310-9956-ffa450edef68
2007-11-14 14:27:20 +00:00
Jim Jagielski
5b0ec0d47f Update doccos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571782 13f79535-47bb-0310-9956-ffa450edef68
2007-09-01 12:21:29 +00:00