阅读背景:

phpstudy2018 php5.4.45+Apache相关配置文件设置

来源:互联网 

vhosts.conf

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



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: