縮短openwebmail網址

這個版面主要討論 debian 在 server 端的應用問題, server 種類繁多..舉凡 Web Server 、 File Server、 DHCP Server..等等。

版主: 阿信

縮短openwebmail網址

文章phxrumb » 週五 8月 18, 2006 11:26 am

Redirect /mail http://IP/cgi-bin/openwebmail/openwebmail.pl
測試 http://IP/mail/

我在網路上找到的都是這樣
我想問有沒有只要輸入 http://IP 後面不加/mail/
就可以直接進operwebmail
請知道的人能否指教一下,謝謝
phxrumb
可愛的小學生
可愛的小學生
 
文章: 3
註冊時間: 週三 1月 07, 2004 3:45 am

文章訪客 » 週五 8月 18, 2006 2:47 pm

看看 apache 的 DocumentRoot 及相關資料吧
訪客
 

文章訪客 » 週五 10月 27, 2006 3:12 pm

你可以加一個index.html然後自動導過去。
基本上你要只打目錄就連進去,必需要是在Apache定義的東東,一般為index.htm, index.html, index.php.......,你不改Apache的設定就得要另外想個辦法導過去或是用fram連過去。
訪客
 

文章blueso » 週五 10月 27, 2006 4:58 pm

我是用VirtualHost
代碼: 選擇全部
NameVirtualHost  *
<VirtualHost *>
        ServerName      mail.sohappy.com.tw
        DocumentRoot    /var/www/webmail/htdocs
        <Directory /var/www/webmail/cgi-bin>
                AllowOverride All
                Options +ExecCGI
                Order deny,allow
                Allow from all
        </Directory>
        ScriptAlias     /cgi-bin/openwebmail    /var/www/webmail/cgi-bin/openwebmail
        AddHandler      cgi-script      .cgi    .pl
        TransferLog     /var/www/webmail/logs/webmail_access.log
        ErrorLog        /var/www/webmail/logs/webmail_error.log


</VirtualHost>




/var/www/webmail/htdocs
代碼: 選擇全部
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://mail.sohappy.com.tw/cgi-bin/openwebmail/openwebmail.pl">
</HEAD>
</HTML>
頭像
blueso
可愛的小學生
可愛的小學生
 
文章: 63
註冊時間: 週六 10月 26, 2002 11:24 pm
來自: 新竹


回到 debian server

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客