引用:
原帖由 lulu_julia 于 2008-3-28 23:54 发表 
我用的是APACH+PHP,访问127.0.0.1/index.php只能看到/Library/WebServer/Document/下的文件,请问如何更改服务器根目录为/, 尝试过改httpd.conf文件里的DocumentRoot "/Library/WebServer/Documents" ,再访问就是出错 ...
出错是说directory listing not allowed吧? 你的 / 目录下没有index.html 或者index.php, 有没有允许directory listing,就会出这个错。
把index.php用winscp放到你的iphone的根目录 /, 然后改 httpd.conf 里面的 DocumentRoot 为 “/”就好了。
如果你不想把index.php放到根目录,那么如果DocumentRoot为 /, 你得访问/Library/WebServer/Documents/index.php