2012年12月13日

Magento 开发记录二

摘要: Magento建立多个网站在管理台为新网站创建新的根catalog (Catalog-> Manage-> Categories)在System-> Manage Stores 创建website, store 和 store view在System-> Configuration 修改新website的 web选项的Unsecure,Secure的Base URL为新网站的域名 阅读全文

posted @ 2012-12-13 18:15 Moon Bear 阅读(92) 评论(0) 推荐(0)

Magento 开发记录

摘要: 去掉Magento访问路径中的html后缀,进入后台在System->Configuration下找到去掉Magento访问路径中的index.php,进入后台在System->Configuration下找到,开启重写功能在网站根目录下添加.htaccess文件,开启 RewriteEngine on确认apache支持 mod_rewirte网站配置AllowOverride All 阅读全文

posted @ 2012-12-13 18:03 Moon Bear 阅读(134) 评论(0) 推荐(0)

导航