我正在学习一本书的教程( Larry Ullman所著的轻松电子商务)来建立一个电子商务网站。当我将以下代码添加到htaccess文件中以重写URL并强制执行SSL时,当我尝试加载站点时,它返回一个500错误。
有没有人知道问题/解决方案是什么?
RewriteEngine on
# For sales:
RewriteRule ^shop/sales/?$ sales.php
# For the primary categories:
RewriteRule ^shop/([A-Za-z\ ] )/?$ shop.php?type=$1
# For specific products:
Re
为了使用电子商务功能,我在我的项目中安装了Sonata电子商务包。我跟着这个医生:
根据手动部分,当我运行轻松扩展:generate命令时,会显示错误:
ContextErrorException: Notice: Undefined index: seo in /var/www/xyz.com/vendor/sonata-project/ecommerce/src/Sonata/ProductBundle/DependencyInjection/SonataProductExtension.php line 317
有人建议我为什么吗?这是索纳塔电商虫?
我有一个网站,其中drupal管理内容,但另一个应用程序处理电子商务(我的客户不喜欢更改他自己的电子商务)
我不喜欢有电子商务看起来不同于其他网站,所以我已经做了一个drupal页面节点与php代码在身体,这只是包括外部应用程序和初始化它。
它工作得很好,但问题是电子商务产生的另一个链接:
http://example.com/shop #The Page node i've created, this work
http://example.com/shop/catalog/fruit/ #here comes the trouble!
外部应用程序自己处理url,所以我需要告诉dr