Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 Win7 机器上设置了 apache2,并且希望能够看到目录的内容。
例如,我想导航到:
http://localhost/tutorial/
并查看我创建的不同 html、js 和 css 文件的列表。我已经重定向 Apache 以检查 C:\ApacheHtDoc\ 文件夹作为源目录。我试过查看文件夹权限,但我不确定如何查看 C:\ApacheHtDoc\ 目录的内容以及我必须创建的子文件夹。
您是否添加了指令Apache2.2\conf\httpd.conf
Apache2.2\conf\httpd.conf
<Directory "C:\ApacheHtDoc\"> Options Indexes FollowSymLinks Order Allow,Deny Allow from All </Directory>
如果还没有,请添加并重新启动 apache。
编辑
的路径httpd.conf可能因您的安装而异。
httpd.conf