ちょっとした変更。
www.mydomain.com/shop/catalog/default.phpまで入力しないとForbiddenエラーになるので、Apacheのhttpd.confの設定を変更した。
httpd.confを編集して、DirectoryIndexのおしりにdefault.phpを追加。
DirectoryIndex index.html index.php default.php
忘れずにApacheをリスタート。
# /etc/init.d/httpd restart
$ chmod 777 /home/xxxxx/public_html/shop/catalog/images
$ chmod 777 /home/xxxxx/public_html/shop/admin/images/graphs