yuvaraj k wrote:
> i have mail server . i have configured mail server with openwebmail.
> how to brows with my domain name. if i type the url in ie
> http://domainname.com. it can not directly open the openwebmail.pl
> every time i am using
> http://domainname/cgi-bin/openwebmail/openwebmail.pl .
> then only the page is opening. my doubt is how to brows openwebmail with
> my domain name like (eg): http://domainname.com
> 
> by yuvaraj

make a file index.html in your root folder (e.g.
/usr/local/apache/htdocs or /var/www/html). give the following contents
in there

<html>
<head>
<title>
</title>
<META HTTP-EQUIV="Refresh"
CONTENT="0;URL=http://domainname.com/cgi-bin/openwebmail/openwebmail.pl";>
</head>
<body>
</body>
</html>

this will refresh the page within 0 seconds to the mentioned URL.
-- 
                                        \|||/
                                        (o o)
 --------------------------------ooO-----(_)-Ooo-
| vivek                | GPG Key:                |
| [EMAIL PROTECTED]    | http://exain.net/vike   |
|------------------------------------------------|
| Registered Linux User: #305493                 |
 ------------------------------------------------
                                       (  _  )
                                      _| | | |_
                                     (___| |___)



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to