On 21 Mar 2002 [EMAIL PROTECTED] wrote:
> minfrin 02/03/21 06:37:43 > > Modified: src CHANGES > src/main http_core.c > Log: > Change ap_construct_url() so that the r->hostname is used in > the URL instead of the value of the ServerName directive. This > stops Apache redirecting to a different website name to the > one the user typed in, which can break cookies and javascript > handling on the client. Perhaps I missed something here, but isn't this exactly what the UseCanonicalName directive is for? Why are you hard-coding this? Joshua.
