停止子域访问root
我有根域和子域(对于我的朋友),像这样
/home/blahblah/ /home/blahblah/domain.com/(Apache
服务器)
我可以通过使用一些 php shell 脚本来停止子域访问 root 吗?
i have root and subdomain (for my friend) like this
/home/blahblah/
/home/blahblah/domain.com/
(Apache server)
can i stop subdomain access root by using some php shell script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你能详细说明一下这个问题吗?
您可以使用 .htaccess 文件来限制/提供对各种内容的访问。 您可以查看以下站点以获取更多信息:
http://httpd.apache .org/docs/2.2/howto/htaccess.html
(取决于您的 Apache 版本)
如果您指的是在使用 ftp / sftp 时阻止访问其他目录,您可以设置一个帐户来登录chroot环境无法访问其他区域。
Can you elaborate on the question?
You can use .htaccess files to restrict/provide access to various things. You can look at the following site for more information:
http://httpd.apache.org/docs/2.2/howto/htaccess.html
(depending on your Apache version)
If you're referring to preventing access to other directories when using ftp / sftp, you can set up an account to login into a chroot environment with no access to other areas.