Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在建立一个由其他 2 位同事制作的项目,但在将其放到网上时遇到了问题。
在我的本地机器上,一切都像魅力一样工作,但在网上我无法链接公共文件夹中的任何文件、php 脚本、图像等......
有谁知道 symfony 配置中是否有任何东西可以产生这种行为?
我想通了。
如果我像 www.example.com/uploads/1.png 直接链接到它们,这些图像是可见的
但是重写规则不起作用,因为 .php 脚本给出了错误,因此该规则被忽略了。
重新安排公共文件和文件夹的权限,现在一切正常