2015年2月12日
摘要: 今天下载了最新的xampp,配置了一个虚拟主机,一直在报错,Access forbidden! Error 403这很明显是服务器不允许访问文件,但是我的虚拟主机配置如下:DocumentRoot "D:/work/test"ServerName testOptions None Order all... 阅读全文
posted @ 2015-02-12 16:44 milantgh 阅读(685) 评论(0) 推荐(0) 编辑
摘要: Allow和Deny可以用于apache的conf文件或者.htaccess文件中(配合Directory, Location, Files等),用来控制目录和文件的访问授权。所以,最常用的是: Order Deny,Allow Allow from All注意“Deny,All... 阅读全文
posted @ 2015-02-12 16:42 milantgh 阅读(259) 评论(0) 推荐(0) 编辑