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

Re: [cobalt-users] RE: cant submit names to inktomi



>I tellnet into site A on port 80.
>	- open www.siteA.com 80
>
>I attempt a get for a page known to be part of site A
>	- get /PageA/
>
>The server responds with a 302 and says [FOUND]
>
>---but---
>
>The document has moved here
>	-www.siteB.com/PageA
>
>This url does not work if entered into a browser and simply does not exist
>

I think this is because you are not passing the host header, which is part of the HTTP/1.1 spec and which apache uses 
for virtual hosts.

Cheers,
Menno.