phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [phpGroupWare-users] PHPgroupware login at root?


From: Chris Weiss
Subject: Re: [phpGroupWare-users] PHPgroupware login at root?
Date: Wed, 12 Sep 2007 07:18:59 -0500

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/");
?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]