</Location>
</highlight>
- <p>You could also use this directive to configure a particular
- handler for files with a particular file extension. For example:</p>
-
- <highlight language="config">
-<FilesMatch \.php$>
- SetHandler application/x-httpd-php
-</FilesMatch>
- </highlight>
-
<note><title>Note about / (slash)</title>
<p>The slash character has special meaning depending on where in a
URL it appears. People may be used to its behavior in the filesystem
</Location>
</highlight>
+ <p>You could also use this directive to configure a particular
+ handler for files with a particular file extension. For example:</p>
+
+ <highlight language="config">
+<FilesMatch \.php$>
+ SetHandler application/x-httpd-php
+</FilesMatch>
+ </highlight>
+
<p>You can override an earlier defined <directive>SetHandler</directive>
directive by using the value <code>None</code>.</p>