apache -- 在访问网页时提示“You don't have permission to access /mgweb/ on this server.”的可能原因
访问网页时有时会打开这样的页面,有时候是正常的,有时候则是apache配置不合理引起的. 正常的情况可能是网站管理员不想你所在的IP段访问,所以在apache中根据IP限定了你所在IP段的访问.通常是通过order,deny,allow来设置的,如:Orderallow,denyAllowfromallDenyfromx.x.x.x 除此之外,我们在开发时,设置虚拟服务器时,也会出现上术的提示:这