Joomla 1.5.23 調校

Joomla SEF (SEO)調校:

LoadModule rewrite_module modules/mod_rewrite.so

<Directory "/var/www/html">

# AllowOverride controls what directives may be placed in .htaccess files.

# It can be "All", "None", or any combination of the keywords:

#   Options FileInfo AuthConfig Limit

#

    AllowOverride All

解決 News 出現快取無法寫入的問題:

解決無法上傳 zip 檔來安裝元件的問題:

# cd /var/www/html/

//假設 joomla 程式是放在 /var/www/html/

# chown -R apache:apache *

//註:若有其他

components

modules

templates

tmp

# chmod 755 tmp

# chmod 755 templates

# chmod 755 modules

# chmod 755 components

設 configuration.php 權限為 444 以保持安全:

# chmod 444 /var/www/html/configuration.php

//要再做「全站設定」時,再用以下指令設為可寫。

# chmod 777 /var/www/html/configuratino.php

解決上級要求之 ICT (大寫)網路路徑的問題:

<html>

<head>

<meta http-equiv="refresh" content="0;url=http://yoursite.url/ict/” />

</head>

<body>

Recirecting...

</body>

</html>

 安裝的元件:

 安裝的模組:

設 Gmail 為外送 email 郵件主機的相關設定:

mail type: smtp

ssl

smtp port 465

full email address (the email address you use to log into gmail system)

right password for the email address

server: smtp.gmail.com

smtp auth: yes

sender's email address: full email address the same as the login address

sender's name: 自行設定無規定

sendmail path: /usr/sbin/sendmail

標準說明: