osCommerceのインストール-3

ちょっとした変更。

■www.mydomain.com/shop/catalog/でアクセスできるようにする

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