よし、cpanel にサブドメイン test.xyz.com を作成し、それを /test フォルダに向けて、そこに index.php ファイルだけを貼り付けました。
アクセスしようとすると500 Internal Server Error
、Apache が次のように言っています。
*Wed Nov 21 14:20:59 2012] [error] [client xx.xxx.xxx.xx] SoftException in Application.cpp:256: File "/home/username/public_html/test/index.php" is writeable by group"*
そこで、パーミッションを 750 に下げました ( chmod -R 750 /home/username/public_html/test
)
その後、リフレッシュする403 Forbidden error
と、Apacheが次のように報告して、を受け取りました。
*[Wed Nov 21 13:59:12 2012] [crit] [client xx.xxx.xxx.xx] (13)Permission denied: /home/username/public_html/test/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable*
ディレクトリに .htaccess ファイルがないので、そこに入れようとしましたが、エラー メッセージはまったく変わりませんでした。私は広範囲に検索しましたが、私が見る唯一の解決策は、さまざまな組み合わせで試したさまざまな許可レベルに調整することです.