##
# $Id: _lighttpd.conf,v 1.15.2.1 2008-01-06 12:23:32 thorstenr Exp $
#
# phpMyFAQ 2.0 lighttpd.conf file
#
# @author Markus Kohlmeyer <rootservice@gmail.com>
# @author Thorsten Rinne <thorsten@phpmyfaq.de>
# @author Matteo Scaramuccia <matteo@scaramuccia.com>
# @author Jan Kneschke <jan@kneschke.de>
# @since 2006-04-22
# @copyright (c) 2006-2008 phpMyFAQ Team
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
##
$HTTP["host"] == "www.domain.tld" {
server.name = "www.domain.tld"
Server.document-root = "/srv/www/htdocs"
$HTTP["url"] =~ "^/faq/(data|docs|font|lang|scripts)/" { url.access-deny = ( "" ) }
$HTTP["url"] =~ "^/faq/inc/" { url.access-deny = ( ".php", ".ser", ".txt" ) }
url.rewrite-once = (
"^/faq/?$" => "/faq/index.php",
"^/faq/index\.html" => "/faq/index.php",
"^/faq/showcat\.html" => "/faq/index.php?action=show",
"^/faq/addcontent\.html" => "/faq/index.php?action=add",
"^/faq/search-([a-zA-Z0-9äÄüÜöÖ]*)\.html" => "/faq/index.php?action=search&search=$1",
"^/faq/search-([a-zA-Z0-9äÄüÜöÖ]*)_([0-9]+)\.html" => "/faq/index.php?action=search&search=$1&seite=$2",
"^/faq/category([0-9]+)\.html" => "/faq/index.php?action=show&cat=$1",
"^/faq/category([0-9]+)_([0-9]+)\.html" => "/faq/index.php?action=show&cat=$1&seite=$2",
"^/faq/([0-9]+)_([0-9]+)_([a-z]+)\.html" => "/faq/index.php?action=artikel&cat=$1&id=$2&artlang=$3",
"^/faq/([0-9]+)_([0-9]+)_([a-z]+)-([a-zA-Z0-9äÄüÜöÖ]*)\.html" => "/faq/index.php?action=artikel&cat=$1&id=$2&artlang=$3&highlight=$4",
"^/faq/sitemap-([a-zA-Z0-9äÄüÜöÖ]*)_([a-z]+)\.html" => "/faq/index.php?action=sitemap&letter=$1&lang=$2",
"^/faq/solution_id_([0-9]+)\.html" => "/faq/index.php?solution_id=$1",
"^/faq/(ask|contact|help|instantresponse|open|search)\.html" => "/faq/index.php?action=$1",
"^/faq/category/([0-9]+)/(.+)\.html" => "/faq/index.php?action=show&cat=$1",
"^/faq/category/([0-9]+)/([0-9]+)/(.+)\.html" => "/faq/index.php?action=show&cat=$1&seite=$2",
"^/faq/content/([0-9]+)/([0-9]+)/([a-z]+)/(.+)\.html" => "/faq/index.php?action=artikel&cat=$1&id=$2&artlang=$3",
"^/faq/news/([0-9]+)/([a-z\-]+)/(.+)\.html" => "/faq/index.php?action=news&newsid=$1&newslang=$2",
"^/faq/tags/([0-9]+)/([^\/]+)\.htm(l?)" => "/faq/index.php?action=search&tagging_id=$1",
"^/faq/sitemap/([^\/]+)/([a-z\-]+)\.htm(l?)" => "/faq/index.php?action=sitemap&letter=$1&lang=$2",
"^/faq/sitemap/sitemap\.xml\.gz" => "/faq/sitemap.google.php?gz=1",
"^/faq/sitemap/sitemap\.xml" => "/faq/sitemap.google.php",
"^/faq/sitemap/sitemap\.gz" => "/faq/sitemap.google.php?gz=1",
"^/faq/sitemap/urllist\.txt\.gz" => "/faq/sitemap.yahoo.php?gz=1",
"^/faq/sitemap/urllist\.txt" => "/faq/sitemap.yahoo.php",
)
}
Copyright 2K16 - 2K18 Indonesian Hacker Rulez