13 Feb
2001
13 Feb
'01
6:44 a.m.
On 13 Feb 2001 01:18:11 -0500, Evan Simpson wrote:
From: "Bill Anderson" <bill@libc.org>
Example of different URLs: under 2.2.4: http://www.immortalitysystems.net/Documents
under 2.3.0: http://www.immortalitysystems.net:6014/Documents
Try putting the :80 into the SiteRoot Base explicitly. The machinery in 2.3 allows you to change the hostname without changing the port, and that's what will happen if you don't specify it.
Thanks, evan, that should take care of the virtual hosts, but what about those that are just straight out of the root?, and not using SiteAccess stuff? In 2.2.x, i could use just an empty base in the siteroot, which is what I like. Bill