2013年1月4日 星期五

如何設定Joomla目錄的權限

學校首頁伺服器(Centos 5.5)去年(101年12月)出現Mysql一堆問題,今年初(102年1月)就直接將該伺服器重新安裝最新的Centos 6.3,也將首頁Joomla直接安裝最新的2.5版(以下目錄權限要設定對,才能成功安裝!)。


Joomla的目錄,將所有檔案的權限設成755,檔案的擁有人與群組,都是apache。
  chown  -R  apache.apache  *    (R 所有子目錄 * 所有檔案)
要改權限的目錄列表:
把檔案屬性設成777
administrator/backups/
administrator/cache/
administrator/components/
administrator/language/
administrator/modules/
administrator/templates/
cache/
components/
images/
language/
media/
modules/
plugins/
tmp/
templates/

2 則留言: