DokuWIKI可以不用数据库支持,
用户管理可基于简单的文件形式,即可满足同时支持若干个维护/管理用户的基本需求
语言: zh 根路径(URL): http://www.blowfisher.net (最顶层目录) 在 URL 中使用斜杠作为命名空间的分隔符: yes
chmod 000 install.php修改配置 > 使用更整洁的 URL: .htaccess
WEB Server 启用 mod_rewrite:
LoadModule rewrite_module modules/mod_rewrite.so
<Directory ".../wiki">
AllowOverride All|...
</Directory>
... Options -Indexes -MultiViews +FollowSymLinks RewriteEngine on RewriteBase /wiki RewriteRule (.*) doku.php?id=$1 [QSA,L] RewriteRule ^index.php$ doku.php ...
Gallery2 的默认图片输出的动态URL不能直接用于 BBCode 或 WikiSyntax, 要启用Gallery2的URLReWrite支持
— www.blowfisher.net 2007/12/25 00:17 home