waid 发表于 2018-11-27 10:30:45

apache 403错误 You don't have permission to access on this server

DocumentRoot,而更改了这个默认值后,下面还有一个值是要随着更改的。就在它下面不远的地方,有这样一段:  #
  # This should be changed to whatever you set DocumentRoot to.
  #
  
  中括号里的内容就是你更改的新值。这样就不会出现403错误了。
  
  Options Indexes FollowSymLinks
  AllowOverride None
  Order allow,deny
  Allow from all
  

页: [1]
查看完整版本: apache 403错误 You don't have permission to access on this server