duanhuan7750 2014-03-06 13:21
浏览 18
已采纳

如何把php文件从webroot中删除

how can i know where is my web root folder ? and how to put folders out of web root folder? and how to test that they are not accessible from outside ?

the structure of my hosting is like this:

www.website.com :

public_html/
includes /
logs/

...

is it enough to protect includes folder and logs folder with htaccess? and are they out of web root in this case?

i know that $server[document root] provide the root of my website , but i am confused about how to put files out of it , any help would be welcome , thanks for all

  • 写回答

1条回答 默认 最新

  • doujiao3998 2014-03-06 13:27
    关注

    All your files are currently in the public web root folder.

    The 'inside' of your root is your publichtml/. Everything you place in there will be publicly accessible. The name of your root can vary from host to host, often public_html or httpdocs.

    The 'outside' is one directory up. But remember some hosts do not give enough permissions.

    You cannot test documents outside your root, because they are not accessible. Only something like PHP can access those files. That's why you do not place your img/JS/CSS files outside the root cause they need direct access. You can however serve them through your PHP.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码