如何防止公众访问 php 包含文件?
可能的重复:
APACHE,阻止用户访问包含文件?
如何阻止公开访问php包含文件?
假设我有一个 header.php、footer.php、一个包含多个包含文件的文件夹,并且我不希望用户通过在地址栏中键入文件名来直接访问它们。防止这种情况的最佳方法是什么?
感谢您的帮助
Possible Duplicate:
APACHE, prevent users from accessing include files?
How do I prevent public access to php include files?
Let's say that I have a header.php, footer.php, a folder with multiple include files and I don't want users to access them directly by typing the filenames in the address bar. What is the best way to prevent this?
Thank you for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将它们移到 Web 根目录之外。
例如,我的网络根目录是 htdocs
而 php 在它之外
我包含这样的文件
Move them outside of the web root.
Eg my web root is htdocs
And php is outside of it
I include files like this