i have one more question
i am using apache2 for my web server and running openwebmail.
the index directory is on .../cgi-bin/openwebmail/
on my browser when i put the address as edited on my httpd.conf - servername
i just get the contents of htdocs
so i copied all the /cgi-bin/openwebmail directory to htdocs...but it's just showing the contents again but not the login name page as if i put on the address bar :
http://(localhost)/cgi-bin/openwebmail/openwebmail.pl
so basically it's running the perl file to get the login name...
so how can i change the address to have : localhost.com instead of localhost/cgi-bin/openwebmail/openwebmail.pl ?