From f107c22943c3aef394fbec83a8489022fc665344 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Fri, 11 May 2012 00:31:46 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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.

-- 2.47.3