apache 显示目录列表

DocumentRoot "C:\phpStudy\PHPTutorial\WWW"
  <Directory "C:\phpStudy\PHPTutorial\WWW">
    Options +Indexes +FollowSymLinks +ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
    Require all granted
  </Directory>

</VirtualHost>


为'+'或者空格, 不可为'-'




猜你喜欢

转载自blog.csdn.net/m0_37665137/article/details/80778280