NanoWeb은 PHP기반의 웹 서버입니다. Apache같은 서버들보다 메모리 사용에 있어 아주 가벼운 편입니다.
어쨋든, DokuWiki가 자동으로 웹 서버 위치(URL)를 인식하지 못하므로 conf/local.php파일을 수정해야 합니다.
DokuWiki가 http://yourserver.com/dokuwiki/로 접근 가능하다면,
다음 코드를 local.php에 집어 넣습니다:
$conf['basedir'] = '/dokuwiki/'; //a trailing slash is required
english version: dokuwiki-2006-11-06.
Add your email here if you created translated or modified whole or part of this page.
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported