Project

General

Profile

Actions

Mod alias » History » Revision 2

« Previous | Revision 2/16 (diff) | Next »
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.

Updated by Anonymous about 17 years ago · 2 revisions