|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] plug web page url
|
> Do you think http://plug.nothinbut.net should say something like:
>
> This page has moved to
> <a href="http://www.PhillyLinux.org">www.PhillyLinux.org</a>.
You could setup name-based virtual hosts, redirect the old to the new,
and still get away with only using one IP address. The only downside
is that anyone hitting the server with a client which doesn't send the
Host: header won't see the redirect, but so what? They'll still see
the content.
-mct
|
|