Redirect /mail http://IP/cgi-bin/openwebmail/openwebmail.pl
測試 http://IP/mail/
我在網路上找到的都是這樣
我想問有沒有只要輸入 http://IP 後面不加/mail/
就可以直接進operwebmail
請知道的人能否指教一下,謝謝
版主: 阿信
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>
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://mail.sohappy.com.tw/cgi-bin/openwebmail/openwebmail.pl">
</HEAD>
</HTML>
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客