Home > Backend Development > PHP Tutorial > 新手学习php碰到的目录问题

新手学习php碰到的目录问题

WBOY
Release: 2016-06-23 13:31:21
Original
929 people have browsed it

网站结构:
webname/webname.common 通用组件
webname/webname.BLL 业务逻辑层
webname/webname.DAL 数据访问层
webname/webname.Web web层
apache里配的地址是webname/webname.Web
首页是webname/webname.Web/index.php
 我这个目录有问题吗? 是不是要把common,bll,dal都放在web里?不然它们都不在apache下,都无法运行?


回复讨论(解决方案)

apache里配的地址是webname/webname.Web
那么其他三个目录都不可通过 url 访问,这正是防止源码泄露的手段之一

配好webname/webname.Web 就可以了,其他三个可以放不同的位置。这样更安全。

你的目录结构有点类似asp.net的mvc三层结构,
bll,dll目录可以放在web目录下,apache统一配置虚拟主机即可。

哇咔咔,谢谢版主大大

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template