WordPress 在安裝後有建議的檔案權限,官方建議目錄一律設為755,檔案一律設為644。
如果是裝在 Linux 的系統的話,可以參考以下指令修改:
find /wordpressFolder/ -type d -exec chmod 755 find /wordpressFolder/ -type f -exec chmod 644
WordPress 在安裝後有建議的檔案權限,官方建議目錄一律設為755,檔案一律設為644。
如果是裝在 Linux 的系統的話,可以參考以下指令修改:
find /wordpressFolder/ -type d -exec chmod 755 find /wordpressFolder/ -type f -exec chmod 644