とほほのDrupal入門
Drupalパス
Drupal のメニュー項目とパス名の関係のサンプルを下記に示します。クリーンURL 機能を用いると "?q=" の文字を消すことができます。
- http://example.com/
[ホーム] (q=node と同じ) - http://example.com/?q=node/
[ホーム] - http://example.com/?q=node/add
[コンテンツの作成] - http://example.com/?q=node/123
123番目のノード表示 - http://example.com/?q=node/123/edit
123番目のノード編集 - http://example.com/?q=node/123/outline
123番目のノードアウトライン - http://example.com/?q=node/123/track
123番目のノード軌跡 - http://example.com/?q=node/add/blog
[コンテンツの作成]→[ブログエントリ] - http://example.com/?q=user/1
[アカウント情報] - http://example.com/?q=admin
[管理セクション] - http://example.com/?q=admin/build
[管理セクション]→[サイトの構築] - http://example.com/?q=admin/build/modules
[管理セクション]→[サイトの構築]→[モジュール] - http://example.com/?q=admin/help/blog
[管理セクション]→[ヘルプ]→[Blog]
Copyright (C) 2008 杜甫々
初版:2008年9月21日
https://www.tohoho-web.com/drupal/