land.toに設置するときの注意

インストール

  • ダウンロードしたファイルを解凍し、アップロード
  • dokuwiki/install.phpを実行。管理者を設定。FTPユーザーと同じユーザーで動作するので、パーミッションの設定は、不要。
  • dokuwiki/.htaccessに以下のコードを追記<code>

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 </code>

広告対策

  • dokuwikiルートの.htaccessに追記<code>

<Files *css.php>

LayoutIgnoreURI *css.php

</Files>

<Files *feed.php>

LayoutIgnoreURI *feed.php

</Files>

<Files ^*> LayoutIgnoreURI ^* </Files> </code>

  • libディレクトリに.htaccessを配置<code>

LayoutIgnoreURI * </code>