09/07/20 18:53:27
3.せってい
config_common.plを開いて以下の値を編集
$config->{path}{cgi_to_html} = 'URLリンク(example.jp)'; # home/shop URLパス
$config->{path}{cgi_to_file} = './shop/'; # home/shop # home/shop サーバ内相対パス
$config->{url}{root} = 'URLリンク(example.jp)'; # home URLパス
$config->{url}{sslroot} = 'URLリンク(example.jp)'; # home URLパス
$config->{url}{imageroot} = 'URLリンク(example.jp)'; # home/shop URLパス
main.cgiとrf.cgiのPERLのパスを書き換える
4.どうさかくにん
URLリンク(example.jp)にアクセス
起動したらOK