apache 2.4 訪(fǎng)問(wèn)目錄權限問(wèn)題 <Directory /> AllowOverride none #??? Require all denied Require all granted </Directory> 用上面的指令Require all denied 訪(fǎng)問(wèn)頁(yè)面時(shí)顯示錯誤:client denied by server configuration 改用 [php] Require all granted #Access is allowed unconditionally. [/php] 就正常了。
發(fā)表評論