>>13

ありがとうございます!

>>14

大変参考になりました。ホント感激。
再度質問いいでしょうか?教えてくんですみません。
OPENPNE_DIRディレクトリにアップしました。(public_htmlをのぞき)

http://www.sample.com/?m=setup
をたたいたら早速エラーが出ました。。

Warning: main(/config.php): failed to open stream: No such file or directory in /home/ユーザ名/public_html/config.inc.php on line 21

Fatal error: main(): Failed opening required '/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ユーザ名/public_あhtml/config.inc.php on line 21

ちなみに、以下のように記述してます。
【config.inc.php】
define('OPENPNE_DIR', realpath('/OPENPNE_DIR'));
require_once OPENPNE_DIR . '/config.php';
【config.php】
// Web上の絶対パス(URL)
define('OPENPNE_URL', 'http://www.sample.com/OPENPNE_DIR');

今も格闘中です。。