**秘密ページは出来ますか? [#a48f97a2] -種別 : 動作環境 -バージョン : -- ***質問 [#d706b659] 私は公有ページとプライベートページがありますので、どうやって分けられる? 例えば、別のDirectoryで? ***回答 [#h4721cc4] 追記: 対象ページを参考しましたが、まだ分からない。 例えば、php.ini で、下記を入れて: '/DeepSecret/' => 'hoge', 新しいページを作るときに、どうやってページをDirectoryに入れる? 例えば、「新規」ボタンを押した、「 /secret/pagename 」を入力しましたが、誰でも見えちゃう、、、 >> 英語で: i created the directory entries in the ...php.ini but now how do i create new pages to be inside the "secret" directory? I tried "new page" /secret/pagename as the page name, but the / gets escaped to a safecode it looks like. 手伝ってくれて、さきにありがとうございます。 thanks in advance for any help! :Reference| [[dev::CategoryDev/Document/pukiwiki.ini.php]]~ [[dev:PukiWiki/1.4/ちょっと便利に/任意のページごとの閲覧・編集制限]] ---- see also [[質問箱/308]]. Check $auth_method_type and $read_auth in 'pukiwiki.ini.php'. $auth_method_type = 'pagename' $read_auth = 1; FAQ is not a question page, but summary page of frequently asked question and its answer.A question is to [[続・質問箱]].