【发布时间】:2016-03-21 13:00:51
【问题描述】:
我已经安装了ez publish(版本:community 15.09,系统:apache)。
我已将它安装在我的 public_html 目录中,公共目录是 public_html/web
我可以通过这个 URL 访问演示页面:
domain.com/
或者用这个(两个版本)
domani.com/index.php
但如果我尝试另一条路线,像这样:
domain.com/ez
它不起作用(服务器回复:The requested URL /ez was not found on this server.),只有当我在路由中包含索引时才起作用:
domain.com/index.php/ez
我搜索了但什么也没找到... 为什么这个? 如何解决?
【问题讨论】:
标签: php symfony routing ezpublish ezplatform