⚲
Project
General
Profile
Sign in
Register
Home
Projects
Donate
Help
Search
:
Lighttpd
All Projects
Lighttpd
Overview
Activity
Roadmap
Issues
News
Wiki
Forums
Repository
Blog
Developer Blog
Download (855 Bytes)
DokuWiki
ยป 10-dokuwiki.conf
Anonymous, 2008-05-18 12:09
# dokuwiki lighttpd config
url
.
rewrite
-
once
= (
"^(/|index.php)?$"
=>
"/doku.php"
,
"^/lib/(.*)/?$"
=>
"/lib/$1"
,
"^/_media/(.*)?\?(.*)$"
=>
"/lib/exe/fetch.php?media=$1&$2"
,
"^/_media/(.*)$"
=>
"/lib/exe/fetch.php?media=$1"
,
"^/_detail/(.*)?\?(.*)$"
=>
"/lib/exe/detail.php?media=$1&$2"
,
"^/_detail/(.*)?$"
=>
"/lib/exe/detail.php?media=$1"
,
"^/_export/([^/]+)/(.*)$"
=>
"/doku.php?do=export_$1&id=$2"
,
"^/(?!doku.php|feed.php|robots.txt|sitemap.xml.gz)(.*)\?(.*)/?$"
=>
"/doku.php?id=$1&$2"
,
"^/(?!doku.php|feed.php|robots.txt|sitemap.xml.gz|lib|_media|_detail|_export)(.*)/?$"
=>
"/doku.php?id=$1"
,
)
(1-1/1)
Loading...