網站形象頁聯結joomla1.5.7主網站的問題
- jstone.server
- Topic Author
- 訪客
2008-10-30 16:55 #11916
來自 jstone.server
jstone.server created the topic: 網站形象頁聯結joomla1.5.7主網站的問題
我安裝系統
joomla1.5.7中文版 winxpsp3 apache2.2 php 5.26 mysql 5.0.45
我建立一個網站 http://www.5590138.com.tw 鍋中傳奇 的網站
我要在開啟網站之前先開啟一個 flash 形象頁 檔案有 flash.swf index.htm index-bk.gif 共3個檔案
我將 index.htm 指向網址到 http://www.5590138.com.tw/index.php
並修改 apache 中的檔案 httpd.conf 修改的參數如下:
<IfModule dir_module>
DirectoryIndex index.php index.htm index.html
</IfModule>
改成
<IfModule dir_module>
DirectoryIndex index.htm index.php index.html
</IfModule>
並重新啟動 apach
讓index.htm 先執行 flash 形象頁 再轉址到 http://www.5590138.com.tw
形象頁 index.htm 主要修改部分如下:
<meta http-equiv="Refresh" content="6;URL=http://www.5590138.com.tw/index.php" />
我設定後 會先開啟形象頁 卻無法轉址到 http://www.5590138.com.tw 的主網站
請問如何在執行 joomla 主網站之前先執行 形象頁的設定問題!!!?? :embs: :embs:
請各位高手先進 能否解決此問題???
peter 敬上!
joomla1.5.7中文版 winxpsp3 apache2.2 php 5.26 mysql 5.0.45
我建立一個網站 http://www.5590138.com.tw 鍋中傳奇 的網站
我要在開啟網站之前先開啟一個 flash 形象頁 檔案有 flash.swf index.htm index-bk.gif 共3個檔案
我將 index.htm 指向網址到 http://www.5590138.com.tw/index.php
並修改 apache 中的檔案 httpd.conf 修改的參數如下:
<IfModule dir_module>
DirectoryIndex index.php index.htm index.html
</IfModule>
改成
<IfModule dir_module>
DirectoryIndex index.htm index.php index.html
</IfModule>
並重新啟動 apach
讓index.htm 先執行 flash 形象頁 再轉址到 http://www.5590138.com.tw
形象頁 index.htm 主要修改部分如下:
<meta http-equiv="Refresh" content="6;URL=http://www.5590138.com.tw/index.php" />
我設定後 會先開啟形象頁 卻無法轉址到 http://www.5590138.com.tw 的主網站
請問如何在執行 joomla 主網站之前先執行 形象頁的設定問題!!!?? :embs: :embs:
請各位高手先進 能否解決此問題???
peter 敬上!
Please 登入 to join the conversation.
- 蓓兒丹娣
- 訪客
2008-11-04 13:34 #11968
來自 蓓兒丹娣
這段程式碼好像錯了
應該是
不知道是你本來就打錯
還是PO文章時才打錯
蓓兒丹娣 replied the topic: 網站形象頁聯結joomla1.5.7主網站的問題
<meta http-equiv="Refresh" content="6;URL=http://www.5590138.com.tw/index.php" />
這段程式碼好像錯了
應該是
<meta http-equiv="Refresh" content="6" URL=http://www.5590138.com.tw/index.php" />
不知道是你本來就打錯
還是PO文章時才打錯
Please 登入 to join the conversation.
- fashion_jack
- 訪客
2008-11-04 16:12 #11969
來自 fashion_jack
fashion_jack replied the topic: 網站形象頁聯結joomla1.5.7主網站的問題
http://www.5590138.com.tw/index.htm
網頁內根本沒東西(用檢視原始碼)....
這樣怎麼會轉?
這樣怎麼會轉?
Please 登入 to join the conversation.