在zencart安装目录下建立个文件夹blog,相应的地址重写为:

 

RewriteRule ^blog/ index\.php?main_page=wordpress&%{QUERY_STRING} [L]
RewriteRule ^blog$ index\.php?main_page=wordpress&%{QUERY_STRING} [L]

把上面两句添加到zencart目录的 .htaccess 中。

 

相关文章:

  • 2021-07-29
  • 2021-09-28
  • 2021-05-16
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-11-21
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
相关资源
相似解决方案