On 9/11/07, Jamie wrote: > >I would like for the "http://team.domain.com" to be the login screen. How do I do that?
you could add an index.php with a redirect:
<?php
header("Location: /phpgroupware/");
?>
_______________________________________________
phpGroupWare-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users
