[PHP] Unsubscribe s.osborne

2002-02-18 Thread Rick Emery

List Moderator,

Can you please unsubscribe s.osborne

Every post I send earns a Postmaster - Cannot Deliver return.

-Original Message-
From: Postmaster [mailto:Postmaster]
Sent: None
To: [EMAIL PROTECTED]
Subject: Error delivering message to: [EMAIL PROTECTED]!


Your message was not delivered for the following reason:

E-mail Account: s.osborne is over the limit of 31457280 bytes.

Automated Postmaster

Original E-mail
From [EMAIL PROTECTED]  Mon Feb 18 11:22:32 2002
Return-Path: [EMAIL PROTECTED]
Received: from pb1.pair.com ([216.92.131.4]) by  ; Mon, 18 Feb 2002 11:22:32
-0600
Received: (qmail 5408 invoked by uid 1010); 18 Feb 2002 17:22:12 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
list-help: mailto:[EMAIL PROTECTED]
list-unsubscribe: mailto:[EMAIL PROTECTED]
list-post: mailto:[EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 5392 invoked from network); 18 Feb 2002 17:22:09 -
Message-ID: [EMAIL PROTECTED]
From: Rick Emery [EMAIL PROTECTED]
To: 'Adrian Murphy' [EMAIL PROTECTED], 
[EMAIL PROTECTED]
Date: Mon, 18 Feb 2002 11:21:22 -0600
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
charset=iso-8859-1
Subject: RE: [PHP] implement yourname.mysite.com redirection
X-Rcpt-To: [EMAIL PROTECTED]

You can also do this via a PHP script, which is what I do.  I have 5 URLs
all going to the same site (500 megs disk space).  I parse the subdomain,
and re-driect to the appropriate sub-directory.

Actually, you don't even need to parse the URL for sub-domain.  Just search
for the yourname.mysite.com as a string in the database and then
re-direct.  You don't needt vitual hosts to accomplish this.  HOWEVER, you
do need access to your DNS so that you can create A and CNAME records
therein.

-Original Message-
From: Adrian Murphy [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 18, 2002 3:48 AM
To: [EMAIL PROTECTED]
Subject: [PHP] implement yourname.mysite.com redirection


Hi,
I'd like to implement a system whereby people have a subdomain on my site
like so:
yourname.mysite.com
I've been reading the apache docs that say you can do this via virtual
hosts.
Can I do it so 'yourname' can be anything - where all requests are sent
to the same page where i can parse the uri and query a db based on
'yourname'.
any reason why my isp might be reluctant to do this.I'm presuming I can't
do it via .htaccess?
as a side note what are the affects of this kind of redirection as far as
search engines
go.I've heard that doing this kind of thing on a 404 page is a bad idea.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Unsubscribe s.osborne

2002-02-18 Thread Erik Price

Yes, me too (to verify) --

Check the archives for Friday, you'll see that this has been ongoing for 
a few days.

Thank you


Erik


On Monday, February 18, 2002, at 12:24  PM, Rick Emery wrote:

 List Moderator,

 Can you please unsubscribe s.osborne

 Every post I send earns a Postmaster - Cannot Deliver return.
 
 -Original Message-
 From: Postmaster [mailto:Postmaster]
 Sent: None
 To: [EMAIL PROTECTED]
 Subject: Error delivering message to: [EMAIL PROTECTED]!


 Your message was not delivered for the following reason:

 E-mail Account: s.osborne is over the limit of 31457280 bytes.

 Automated Postmaster

 Original E-mail
 From [EMAIL PROTECTED]  Mon Feb 18 11:22:32 2002
 Return-Path: [EMAIL PROTECTED]
 Received: from pb1.pair.com ([216.92.131.4]) by  ; Mon, 18 Feb 2002 
 11:22:32
 -0600
 Received: (qmail 5408 invoked by uid 1010); 18 Feb 2002 17:22:12 -
 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
 Precedence: bulk
 list-help: mailto:[EMAIL PROTECTED]
 list-unsubscribe: mailto:[EMAIL PROTECTED]
 list-post: mailto:[EMAIL PROTECTED]
 Delivered-To: mailing list [EMAIL PROTECTED]
 Received: (qmail 5392 invoked from network); 18 Feb 2002 17:22:09 -
 Message-ID: 
 [EMAIL PROTECTED]
 From: Rick Emery [EMAIL PROTECTED]
 To: 'Adrian Murphy' [EMAIL PROTECTED],
   [EMAIL PROTECTED]
 Date: Mon, 18 Feb 2002 11:21:22 -0600
 MIME-Version: 1.0
 X-Mailer: Internet Mail Service (5.5.2653.19)
 Content-Type: text/plain;
   charset=iso-8859-1
 Subject: RE: [PHP] implement yourname.mysite.com redirection
 X-Rcpt-To: [EMAIL PROTECTED]

 You can also do this via a PHP script, which is what I do.  I have 5 
 URLs
 all going to the same site (500 megs disk space).  I parse the 
 subdomain,
 and re-driect to the appropriate sub-directory.

 Actually, you don't even need to parse the URL for sub-domain.  Just 
 search
 for the yourname.mysite.com as a string in the database and then
 re-direct.  You don't needt vitual hosts to accomplish this.  HOWEVER, 
 you
 do need access to your DNS so that you can create A and CNAME records
 therein.

 -Original Message-
 From: Adrian Murphy [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 18, 2002 3:48 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] implement yourname.mysite.com redirection


 Hi,
 I'd like to implement a system whereby people have a subdomain on my 
 site
 like so:
 yourname.mysite.com
 I've been reading the apache docs that say you can do this via virtual
 hosts.
 Can I do it so 'yourname' can be anything - where all requests are sent
 to the same page where i can parse the uri and query a db based on
 'yourname'.
 any reason why my isp might be reluctant to do this.I'm presuming I 
 can't
 do it via .htaccess?
 as a side note what are the affects of this kind of redirection as far 
 as
 search engines
 go.I've heard that doing this kind of thing on a 404 page is a bad idea.

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php









Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php