script1をホストし/home/srcipt1/
、script2をホストする Web サーバーがあります。/home/script2
script2フォルダのファイルを script1 に含めようとすると、アクセス許可エラーが発生します
Warning: require_once(/home/script1/public_html/SSI.php): failed to open stream: Permission denied in /home/script2/public_html/q3/config/config.php on line 32
編集:
SSI.php には 755 のアクセス許可があり、 /home/script2/public_html には 750 のアクセス許可があります