Mod alias » History » Revision 2
Revision 1 (jan, 2006-08-03 15:38) → Revision 2/17 (Anonymous, 2007-02-28 11:08)
{{{
#!rst
=====
Alias
=====
-----------------
Module: mod_alias
-----------------
.. meta::
:keywords: lighttpd, alias
.. contents:: Table of Contents
Description
===========
The alias module is used to specify a special document-root for a given url-subset.
Options
=======
alias.url
rewrites the document-root for a URL-subset
Default: empty
Example: ::
alias.url = ( "/cgi-bin/" => "/var/www/servers/www.example.org/cgi-bin/" )
}}}
There should be some explanation here about trailing slashes and how mod_alias handles them.