[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: elmer@xxxxxxxxxxxxxx
- Date: Fri Apr 20 19:22:55 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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