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

Re: [cobalt-users] creating different default user web page for each domain RAQ4





On 06/02/2004, at 7:05 AM, Neil James wrote:


Thanks.

Yes - I'd found the users page as above, but if I change that will it not change the page for users
on all domains?

I have several domains on the RAQ and I'd like user@xxxxxxxxxxx to have a different page
created to that for user@xxxxxxxxxxx  - all automatically of course....

Neil



You could always enable PHP by default on the sites then use PHP to include a file based on the domain name. That would be the easiest way I see.


<?php

require "/home/sites/$SERVER_NAME/web//sometemplate.php"

?>

Or something like that. ;-)

--
Lauchlin Wilkinson, BComp
Technical Manager
Internet Tasmania Pty. Ltd.