[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Subdomain to php file?
- Subject: Re: [cobalt-users] Subdomain to php file?
- From: "Erik de Vries" <edv@xxxxxx>
- Date: Sat Apr 21 03:41:13 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I just tried it and it works perfectly! thanks alot!!
Greetings Erik
----- Original Message -----
From: <elmer@xxxxxxxxxxxxxx>
To: "Cobalt" <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, April 20, 2001 9:45 PM
Subject: Re: [cobalt-users] Subdomain to php file?
> On Fri, 20 Apr 2001, Erik de Vries wrote:
>
> } to, for example, http://www.domain.com/page.php?title=testpage ?
>
> Hi Erik,
>
> I've never done this on a Cobalt but we do it a lot here
> and the technique is pretty simple. All we do is replace the
> DocumentRoot directive in the Virtual Host box to something along
> these lines:
>
> Redirect / http://www.sitename.com/page.ext
>
> Disclaimer... we've got a whole lot of these running but
> they're running on a Slackware powered box with an Apache that is
> compiled and which is configured much differently than the Apache on
> our Cobalts is. The technique works for us. Your mileage may very.
>
> brent