怎么获取远程文件大小
D
作者 craft256 发布于 0000-00-00 分类:php基础编程
我在APACHE中设置默认文档为index.php,当我在主目录下又建立一目录,目录内建立index.php文件,例如:http://www.aa.com/bb/index.php, 怎样才能实现直接键入http://www.aa.com/bb 即可访问网页,而不需键入index.php?
逛论坛交流:求教apache的默认文档设置
在httpd.conf中加入
DirectoryIndex index.html index.php
即可
在httpd.conf中查找 DirectoryIndex
看到楼上的选项 加就可以了
2 条回复
回复