Book Image

Lighttpd

By : Andre Bogus
Book Image

Lighttpd

By: Andre Bogus

Overview of this book

Table of Contents (20 chapters)
Lighttpd
Credits
About the Author
About the Reviewer
Preface
HTTP Status Codes

mod_rewrite


Name

Type

Description

url.rewrite

url.rewrite-final

url.rewrite-once

url.rewrite-repeat

{X=>Y}

{X=>Y}

{X=>Y}

{X=>Y}

= url.rewrite-once

= url.rewrite-once

Maps search patterns to replacement templates, will be executed once.

Same as rewrite-once, but will be executed until the pattern no longer matches (at most a 100 times).