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

Re: [cobalt-users] Subdomain to php file?



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