concrete5のプログラムファイルを使い回す方法 1 2 $ rm -rf concrete/ $ ln -s /path/to/concrete_dir concrete 1 2 3 4 # if "concrete/" does NOT exist in DIR_BASE then we set multi_site to on if (!is_dir(DIR_BASE . '/' . DIRNAME_APP)) { define("MULTI_SITE", 1); } 1 2 <?php require('/path/to/concrete_dir/dispatcher.php');