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

インストール

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

広告対策

  1. dokuwikiルートの.htaccessに追記
    <Files *css.php>
        LayoutIgnoreURI *css.php
    </Files>
    
    <Files *feed.php>
        LayoutIgnoreURI *feed.php
    </Files>
    
    <Files ^_*>
        LayoutIgnoreURI ^_*
    </Files>
  2. libディレクトリに.htaccessを配置
    LayoutIgnoreURI *