Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

如何改網址?

  • jillyb
  • jillyb 的個人頭像 Topic Author
  • 訪客
  • 訪客
2008-12-10 10:58 #12418 來自 jillyb
jillyb created the topic: 如何改網址?
請問各位大大
之前我安裝Joomla1.5時,把首頁網址設定為http://myweb.com/joomla
當我把網址整個架好後要把網址改成http://myweb.com
該怎麼做呢?

感激不盡~~

Please 登入 to join the conversation.

  • dip987
  • dip987 的個人頭像
  • 訪客
  • 訪客
2008-12-10 13:55 #12421 來自 dip987
dip987 replied the topic: 如何改網址?
第一步
請問是用appserver 架設的嗎?
如果是的話
開始→所有程式→APPServ→Apache Configure Server→Edit the Apache httpd.conf Configuration File
用記事本開啟
修改下面這段 加入紅色部分

DocumentRoot "C:/AppServ/www/joomla"

第二步
再來 修改 joomla 資料夾裡的configuration.php
用記事本開版面會亂.可以用 Dreamweaver開 會是 Editpus

修改
$mosConfig_live_site = 'http://myweb.com/joomla';

通常修改好第一步就ok了.
第二步的話
是怕你 開啟來的網站是純文字 沒圖片顯示

由於你提供的資訊 沒有很完全.
所以 我只能提供給你大概的方向.

http://www.joomla123.com.tw/index.php?o ... &Itemid=67

Please 登入 to join the conversation.

More
2008-12-10 20:28 #12422 來自 leelm53
leelm53 replied the topic: 如何改網址?

jillyb 寫了道:: 之前我安裝Joomla1.5時,把首頁網址設定為 http://myweb.com/joomla
當我把網址整個架好後要把網址改成 http://myweb.com
該怎麼做呢?

請問你安裝的環境(例:作業系統、虛擬空間or自有主機、…)?

Please 登入 to join the conversation.

More
2008-12-10 23:55 #12428 來自 leelm53
leelm53 replied the topic: 如何改網址?
jillyb 君:
為了瞭解我的想法是否可行,剛才進行了以下測試:

1.我在WinXP筆電先安裝 AppServ 2.5.10 至 C:\AppServ,再將 Joomla 1.5.8 解壓縮至 C:\AppServ\www\j15 目錄,開啟瀏覽器輸入網址 127.0.0.1/j15 進行安裝,安裝後移除 installation 目錄,至此,在瀏覽器輸入網址 127.0.0.1/j15 可開啟前台網頁;輸入 127.0.0.1/j15/administrator 可開啟後台管理界面。

2.進行移轉測試,我將 C:\AppServ\www\j15 目錄下所有子目錄及檔案複製後,貼到 C:\AppServ\www 目錄下,再以瀏覽器輸入網址 127.0.0.1 驗證,已與剛才 127.0.0.1/j15 顯示前台畫面一樣;輸入 127.0.0.1/administrator 可出現後台管理界面。

3.接著查看 C:\AppServ\www\configuration.php ,發現其中2行仍指向舊安裝目錄:
var $log_path = 'c:\\AppServ\\www\\j15\\logs';
var $tmp_path = 'C:\\AppServ\\www\\j15\\tmp';
因此將這2行之 \\j15 移除,避免發生錯誤:
var $log_path = 'c:\\AppServ\\www\\logs';
var $tmp_path = 'C:\\AppServ\\www\\tmp';
最後切換到 C:/AppServ/www 目錄,將 j15 子目錄整個刪除。

P.S.以上實作僅供參考,如果方法有誤,還請先進不吝指正。

Please 登入 to join the conversation.

  • jillyb
  • jillyb 的個人頭像 Topic Author
  • 訪客
  • 訪客
2008-12-11 09:23 #12429 來自 jillyb
jillyb replied the topic: 如何改網址?

jillyb 寫了道:: 請問各位大大
之前我安裝Joomla1.5時,把首頁網址設定為http://myweb.com/joomla
當我把網址整個架好後要把網址改成http://myweb.com
該怎麼做呢?

感激不盡~~


對不起,在上頭發問沒寫的很清楚,趕快來補充一下:
我是將Joomla安裝在一個叫ihost.tw 的免費虛擬主機裡面
(我的網址實際上叫做dreambox.ihost.tw,現在joomla頁在dreambox.ihost.tw/joomla,想說打成myweb好看又好懂,呵呵)

Please 登入 to join the conversation.

  • winstonliu
  • winstonliu 的個人頭像
  • 訪客
  • 訪客
2009-02-23 11:21 #12955 來自 winstonliu
winstonliu replied the topic: 如何改網址?

dip987 寫了道:: 第二步
再來 修改 joomla 資料夾裡的configuration.php
用記事本開版面會亂.可以用 Dreamweaver開 會是 Editpus

修改
$mosConfig_live_site = 'http://myweb.com/joomla';


請教一下...
在 v1.5.9 的版本中,開啟 configuration.php 這檔案,裡面是找不到 $mosConfig_live_site 這個 parameter 的...
請問,小弟該在哪裡更改呢?

小弟遇到的情況是:
AppServ 2.5.10+ Joomla v1.5.9
假設網站位址: [url=http://mywebsite/joomla]http://mywebsite/joomla[/url]
所以若開啟的方式是 打上列那行位址,網站可正常開啟。
但若是在網址只打上 [url=http://mywebsite]http://mywebsite[/url] , 亦即沒多打上 joomla
卻會出現 Apache Server + phpMyAdmin 等一些網站資訊。

很苦惱該怎樣解決這個問題哩.. :cry:

Please 登入 to join the conversation.

  • hat586
  • hat586 的個人頭像
  • 訪客
  • 訪客
2009-02-24 22:54 #12977 來自 hat586
hat586 replied the topic: 如何改網址?
joomla文件夹装入public_html,(apache)或者www(iis)文件夹下就可以实现直接输入http://mysite.com,就可以访问的效果。数据打包后重装?很简单的其实。

Please 登入 to join the conversation.