問與答
Joomla教學文件
joomla 安裝後發現連接到http://mysite/會出現整頁空白,但連結到http://mysite/index.php卻是正常的,
不要害怕驚慌,因為只要修改一個地方就可使http://mysite/直接連接index.php
請找到檔案htaccess.txt加入以下程式碼,然後把檔案名稱改為.htaccess上傳至主機
# Can be commented out if causes errors, see notes above.
#Options FollowSymLinks
DirectoryIndex index.php index.html
#
#mod_rewrite in use
RewriteEngine On
rewritecond %{http_host} ^mysite\.com
rewriterule (.*) http://www.mysite.com/$1 [r=301,L]
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla/MamboDirectory (just / for root)
# RewriteBase /
再到後台的全站設定->搜尋引擎優化設定 ->使用網址重寫(URL rewrite)->是