From: Joshua Slive Date: Fri, 24 Aug 2001 13:48:53 +0000 (+0000) Subject: Another style improvement. X-Git-Tag: 2.0.25~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e57753b410bd5f7e8aad822db11c6cbd9bcb9ffe;p=thirdparty%2Fapache%2Fhttpd.git Another style improvement. Submitted by: Rich Bowen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90630 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/urlmapping.html b/docs/manual/urlmapping.html index bc023dae75c..c32406139b0 100755 --- a/docs/manual/urlmapping.html +++ b/docs/manual/urlmapping.html @@ -15,8 +15,8 @@

Mapping URLs to Filesystem Locations

-

This document explains how Apache determines the filesystem -location from which to serve a file using the URL of a request.

+

This document explains how Apache uses the URL of a request to +determine the filesystem location from which to serve a file.