You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2009/12/09 00:17:49 UTC

svn commit: r888624 - /httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml

Author: rbowen
Date: Tue Dec  8 23:17:49 2009
New Revision: 888624

URL: http://svn.apache.org/viewvc?rev=888624&view=rev
Log:
We're going to need a separate document which discusses the question of
using mod_rewrite in .htaccess files - both the fact that it's not
required (as the current myth seems to hold) and the fact that things
are subtly more complicated in per-dir context.

Added:
    httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml

Added: httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml?rev=888624&view=auto
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml (added)
+++ httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml Tue Dec  8 23:17:49 2009
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
+<!-- $LastChangedRevision: 882992 $ -->
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<manualpage metafile="htaccess.xml.meta">
+  <parentdocument href="./">Rewrite</parentdocument>
+
+<title>mod_rewrite and .htaccess files</title>
+
+<summary>
+
+<p>This document supplements the <module>mod_rewrite</module> 
+<a href="../mod/mod_rewrite.html">reference documentation</a>. It describes
+the way that the rules change when you use mod_rewrite in .htaccess files,
+and how to deal with these changes.</p>
+
+</summary>
+<seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
+<seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
+<seealso><a href="remapping.html">Redirection and remapping</a></seealso>
+<!-- <seealso><a href="access.html">Controlling access</a></seealso> -->
+<seealso><a href="vhosts.html">Virtual hosts</a></seealso>
+<seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
+<seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
+
+</manualpage> 



Re: svn commit: r888624 - /httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml

Posted by Vincent Bray <no...@gmail.com>.
2009/12/9 Rich Bowen <rb...@rcbowen.com>:
> On Dec 9, 2009, at 05:21 , Vincent Bray wrote:
> http://wiki.apache.org/httpd/RewriteContext
> http://wiki.apache.org/httpd/RewriteHtaccessIgnored
>
> If it would help, I'd be happy to convert (either of) those to XML.
>
> No, I don't think I was aware of them. Yes, it would be awesome if you could
> convert them to XML as a starting point.

The RewriteContext document is here (I added it to the end of your
htacess.xml file):

http://people.apache.org/~noodl/

Looking at the RewriteHtaccessIgnored page again, I doubt it's
suitable for conversion.

In other news, mod/mod_rewrite.xml is currently invalid xml (section
not allowed in usage). There is also a note regarding
rewrite-in-htaccess at the end of rewrite/intro.html

-- 
noodl

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r888624 - /httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml

Posted by Rich Bowen <rb...@rcbowen.com>.
On Dec 9, 2009, at 05:21 , Vincent Bray wrote:

> Hi Rich,
>
> I'm sure you know about these already but I thought I'd point them  
> out anyway.
>
> http://wiki.apache.org/httpd/RewriteContext
> http://wiki.apache.org/httpd/RewriteHtaccessIgnored
>
> If it would help, I'd be happy to convert (either of) those to XML.


No, I don't think I was aware of them. Yes, it would be awesome if you  
could convert them to XML as a starting point.

--
Rich Bowen
rbowen@rcbowen.com




Re: svn commit: r888624 - /httpd/httpd/trunk/docs/manual/rewrite/htaccess.xml

Posted by Vincent Bray <no...@gmail.com>.
Hi Rich,

I'm sure you know about these already but I thought I'd point them out anyway.

http://wiki.apache.org/httpd/RewriteContext
http://wiki.apache.org/httpd/RewriteHtaccessIgnored

If it would help, I'd be happy to convert (either of) those to XML.

2009/12/8  <rb...@apache.org>:
> Author: rbowen
> Date: Tue Dec  8 23:17:49 2009
> New Revision: 888624
>
> URL: http://svn.apache.org/viewvc?rev=888624&view=rev
> Log:
> We're going to need a separate document which discusses the question of
> using mod_rewrite in .htaccess files - both the fact that it's not
> required (as the current myth seems to hold) and the fact that things
> are subtly more complicated in per-dir context.

-- 
noodl

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org