Tim wrote:
Hello,On Sat, 2010-10-23 at 16:27 +0800, Edward S.P. Leong wrote:So, what is the config problem ? We want to enable the http://webmail.domain_name.com ( without type "/horde/imp" )...If you change the directory tree (paths), you might upset other things that rely on them being the same as the original. An alternative might be to use a *rewrite* rule, so that when people access a certain address, they're redirected to the actual address. e.g. Redirect permanent / http://webmail.example.com/horde/imp Though the simplest solution would probably to just put a link on the homepage to the mail page. And it also leaves you with a simple way to write messages of the day to your users (on the homepage). Just reset the config as the following : <VirtualHost *:80> ServerName webmail.domain_name.com DocumentRoot /home/webmail Redirectpermanent / http://webmail.domain_name.com/horde/imp </VirtualHost>Restart the web server... BUT when http://webmail.domain_name.com, the result seem hang... So, what is the problem again ? Thanks ! Edward. |
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines