On Mon, 5 Jul 2004 01:53:02 +0300, Micha Feigin <[EMAIL PROTECTED]> wrote:
> GET /~<user> HTTP/1.0

Try

GET /~<user>/ HTTP/1.0

> I get a Moved Permanently reply 

That is standard when you give a directory without the trailing slash.

> with the server's external
> host-name. How do I set it up so that it works also for connections
> from the localhost?

Try setting up localhost as a ServerAlias, and do

Get /~<user>/ HTTP/1.0
Host: localhost

Disclaimer: I didn't test this.

Cheers,

Ketil Froyn
[EMAIL PROTECTED]
http://ketil.froyn.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to