【发布时间】:2020-05-23 03:57:48
【问题描述】:
当写https://new.example.com/course/comptia
并转到源代码,将所有发送到 index.php 的请求写入 htaccess
然后当在我的源代码中查看带有插件的 url 时全部发送到 index.php
像 App/Assets/... 当点击它时发送给我
https://new.example.com/course/App/Assets/...
course-> 当点击 App/Assets/... 时,不是目录如何发送给我 致https://new.example.com/App/Assets/... 到没有查询请求 uri 的主域?
【问题讨论】:
标签: javascript php .htaccess