--- Gordon Stewart <[EMAIL PROTECTED]> wrote:
> Im not sure if PHP can help here -
>
> But Im helping a friend with his websites...
>
> on the host im familiar with, if I have multiple domains, on an
> account - I can re-direct the requests to different folders - So I can
> have different web-p
On Fri, 2006-04-07 at 18:10 +1200, Gordon Stewart wrote:
> Im not sure if PHP can help here -
>
> But Im helping a friend with his websites...
>
> on the host im familiar with, if I have multiple domains, on an
> account - I can re-direct the requests to different folders - So I can
> have diffe
>
> I was wondering if anyone has used PHp to overcome this problem ?
>
I think you can use header( 'location: ' ) directive:
header( 'Location: http://www.site.to.redirect' );
Jos
[Non-text portions of this message have been removed]
Community email addresses:
Post message: php-list@
Im not sure if PHP can help here -
But Im helping a friend with his websites...
on the host im familiar with, if I have multiple domains, on an
account - I can re-direct the requests to different folders - So I can
have different web-pages shown for each domain.
I use htaccess for this.
PROBLE