Re: [php-list] URL redirect...

2006-04-07 Thread James Keeline
--- 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

Re: [php-list] URL redirect...

2006-04-07 Thread Michael Sullivan
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

Re: [php-list] URL redirect...

2006-04-06 Thread Joseph Gutin
> > 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@

[php-list] URL redirect...

2006-04-06 Thread Gordon Stewart
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