Re: PHPgroupware login at root?
"Chris Weiss" <[email protected]>
| Newsgroups | gmane.comp.web.phpgroupware.general |
|---|---|
| Message-ID | <[email protected]> |
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/");
?>