cf2000 发表于 2018-11-17 10:44:31

apache2.4 You don't have permission to access / on-EDWIRE的博客

  apache2.4 You don't have permission to access / on this server.
  在配置完apache2.4
  conf/extra/httpd-vhosts.conf 添加完虚拟主机后以及
  本地windows/system32/drivers/etc/host.conf 进行域名解析后
  去到Apache
  conf/httpd.conf
  大概是231行的位置
  修改
  
  AllowOverride none
  Require all no
  
  为
  
  Options Indexes FollowSymlinks
  AllowOverride All
  Require all granted
  

页: [1]
查看完整版本: apache2.4 You don't have permission to access / on-EDWIRE的博客