2013年8月13日
摘要: !!!配置虚拟目录!!!!!-->在conf文件夹下的 httpd.conf 文件中在241行左右找到下面代码** DirectoryIndex index.html **!!-->在后面加上下面的代码字段#配置虚拟目录 #directory相当于是欢迎页面 DirectoryIndex index.html index.htm index.php #你的站点的别名 Alias /myblog "D:/myblog" #这是访问权限设置 order allow,deny Allow from all !!-->在180行左右找到下面代码,用注释的方法开启或 阅读全文
posted @ 2013-08-13 12:48 皓天天 阅读(570) 评论(0) 推荐(0)