From: Rich Bowen Date: Fri, 11 May 2012 00:31:46 +0000 (+0000) Subject: Put that example in the wrong part of the doc. Moving it. X-Git-Tag: 2.5.0-alpha~6835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc0c4ff28146e1fe22977a32d166004b9d59635;p=thirdparty%2Fapache%2Fhttpd.git Put that example in the wrong part of the doc. Moving it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336979 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a677077bd0d..ed73eeb717a 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2611,15 +2611,6 @@ URLs </Location> -

You could also use this directive to configure a particular - handler for files with a particular file extension. For example:

- - -<FilesMatch \.php$> - SetHandler application/x-httpd-php -</FilesMatch> - - Note about / (slash)

The slash character has special meaning depending on where in a URL it appears. People may be used to its behavior in the filesystem @@ -3983,6 +3974,15 @@ handler </Location> +

You could also use this directive to configure a particular + handler for files with a particular file extension. For example:

+ + +<FilesMatch \.php$> + SetHandler application/x-httpd-php +</FilesMatch> + +

You can override an earlier defined SetHandler directive by using the value None.