内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
dokuwiki
»
06 Dokuwiki 初期設定
トレース:
•
PBASネームサーバ作成
dokuwiki:06_dokuwiki_setup
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== 06 Dokuwiki 初期設定 ====== ==== 最初の見出しをページ名とする useheading ==== <code|dokuwiki.php> $conf['useheading'] = 0; //use the first heading in a page as its name </code> ==== indexmenuプラグインを利用する場合 defer_js ==== 下記を1にする 管理->サイトの設定->機能フラグ ページのHTMLが解析されるまでJavascriptの実行を延期する(ページの読み込み速度が向上しますが、一部のプラグインが正常に動作しない可能性があります) <code> /* Feature Flags */ $conf['defer_js'] = 0; // Defer javascript to be executed after the page's HTML has been parsed. Setting will be removed in the next release. </code> ==== URL上の名前空間の区切りにスラッシュを使用 useslash ==== 下記を1にする <code> $conf['useslash'] = 0; //use slash instead of colon? only when rewrite is on </code> ==== URLの書き換え userewrite ==== <code> $conf['userewrite'] = 0; //this makes nice URLs: 0: off 1: .htaccess 2: internal </code> {{tag>Dokuwiki}}
dokuwiki/06_dokuwiki_setup.txt
· 最終更新: 2021/04/29 01:56 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ