Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページに移動して個々のページをデフォルトのホームページにできることはわかっていますが、ProCMS でブログをホームページにするにはどうすればよいですか?
system/cms/config/routes.php に移動し、デフォルトのコントローラーを blog モジュールに変更します (41 行目あたり)。
$route['default_controller'] = 'blog';