liukun2009 发表于 2018-11-21 12:23:41

apache出现You don't have permission to access / on this server. 提示

# Each directory to which Apache has access can be configured with respect  
# to which services and features are allowed and/or disabled in that
  
# directory (and its subdirectories).
  
#
  
# First, we configure the "default" to be a very restrictive set of
  
# features.
  
#
  
<
  
Directory
  
/>
  
    Options FollowSymLinks
  
    AllowOverride None
  
    Order deny,allow
  
    Deny from all
  



页: [1]
查看完整版本: apache出现You don't have permission to access / on this server. 提示