land.toに設置するときの注意
インストール
ダウンロードしたファイルを解凍し、アップロード
dokuwiki/install.phpを実行。管理者を設定。FTPユーザーと同じユーザーで動作するので、パーミッションの設定は、不要。
dokuwiki/.htaccessに以下のコードを追記
php_value default_charset UTF-8
php_value mbstring.language neutral
php_value mbstring.internal_encoding UTF-8
php_value mbstring.encoding_translation Off
php_value mbstring.http_input auto
php_value mbstring.http_output pass
広告対策
dokuwikiルートの.htaccessに追記
<Files *css.php>
LayoutIgnoreURI *css.php
</Files>
<Files *feed.php>
LayoutIgnoreURI *feed.php
</Files>
<Files ^_*>
LayoutIgnoreURI ^_*
</Files>
libディレクトリに.htaccessを配置
LayoutIgnoreURI *