使用Fantastico安装,省去了下载上传程序的麻烦,以后升级或者卸载也容易一些。首先登陆Lunarpages控制面板,进入Fantastico,在左侧显示的程序列表中点击OS Commerce,在右侧显示的信息中点击New Installation开始安装,需要填写信息,如下面说明:Install on domain 选择安装的域名Install in directory 选择安装目录(相对于所选择的域名),如果要安装在所选择的域名的根目录留空即可Administrator-username 管理员用户名Password 管理员密码Shop name 店铺名称Owner\'s name 店主名称Email sender 显示在发给顾客的邮件中的发送者Your email address 邮件地址,每一个订单都会发给这个邮件一份Use SSL 是否使用SSL no 否 yes 是Secure server hostname in case you use SSL 使用SSL的服务器名,只写域名,不要带https://Show prices incl. tax 是否现实含税价格 No 不显示 Yes 显示Require client\'s birthdate 顾客注册时是否需要填写生日Require client\'s gender 顾客注册时是否需要填写性别Require company name 顾客注册时是否需要填写公司Require suburb 顾客注册时是否需要填写郊区Require State 顾客注册时是否需要填写州然后点击Install OS Commerce开始安装,确认两次就可以安装成功了。安装成功访问你的网站,可能会出现如下错误:Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.这个是因为全局变量没有开启造成的,在配置文件中开启即可。因为Lunarpages使用的是SuPHP,所以不能在.htaccess文件中设置,需要在php.ini中设置。在public_html中找到php.ini文件将register_globals = off改为register_globals = on然后在public_html目录下的.htaccess文件中(如果没有就自己建立一个)添加suPHP_ConfigPath /home/your lunarpages usename/public_html其中your lunarpages urename换为你的lunarpages 的用户名。修改完以后重新访问网站应该就可以正常浏览了。现在你就可以开始使用你的网店了。这是我安装好的osc网站:http://osc.lunarpagescn.com/推荐文章:lunarpages优惠券 http://www.idcspy.com/bbs/thread-1684-1-1.html