【发布时间】:2017-02-17 06:42:22
【问题描述】:
我的项目在核心 PHP 中,其中包含一些文件夹结构,其中包含视图文件夹,但我不想显示它,所以我在 htaccess 中尝试了很多但没有成功
我想要网址结构
http://example.com/views/interest-areas.php?id=MTY=
到
http://example.com/interest-areas.php?id=MTY=
我已经参考了LINK,但现在仍然得到预期的结果
【问题讨论】:
-
/views/fodler 中是否有 .htaccess?