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.
如何使地图/文件夹/目录无法执行,就像我想要图像文件夹一样,我想在 ubuntu 文件夹/home/images/ 中说仅适用于 jpg、jpeg、png、gif 等照片,如果有人上传了任何 reson像 script.php 这样的脚本不能触发该脚本!
那么在 ubuntu 中创建不能触发(执行)脚本的文件夹?我认为它必须是权限为 666 或 644 的东西,但我不确定这是否正确。
好吧,一个 php 文件没有被执行(它被 php 模块读取)所以你没有保存禁用 x 位。
您必须过滤文件后缀的上传。
您应该将 Web 服务器配置为不运行上传目录中的脚本。