diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 238954df3b..b336a53892 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -66,7 +66,7 @@ - +
AcceptFilter protocol accept_filtersC
Configura mejoras para un Protocolo de Escucha de Sockets
AcceptPathInfo On|Off|Default Default svdhC
Los recursos aceptan información sobre su ruta
AccessFileName filename [filename] ... .htaccess svC
Name of the distributed configuration file
AccessFileName filename [filename] ... .htaccess svC
Nombre del fichero distribuido de configuración
Action action-type cgi-script [virtual]svdhB
Activates a CGI script for a particular handler or content-type
AddAlt string file [file] ...svdhB
Alternate text to display for a file, instead of an diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index 0c4f47e41c..f75c388d84 100644 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -289,6 +289,11 @@ is available to rewrite links in HTML and XHTML.

is followed by a URL redirection and a new request from the client.

+

mod_dir provides FallbackResource, which can be used to map virtual + URIs to a real resource, which then serves them. This is a very + useful replace to mod_rewrite when implementing + a 'front controler'

+

If all attempts to locate the content fail, httpd returns an error page with HTTP status code 404 (file not found). The appearance of this page is controlled with the