NameVirtualHost 123.45.678.9 <VirtualHost 123.45.678.9> ServerName www.mydomaine.com.au ProxyPass / http://demon.server.com.au:8080/okstudio/ ProxyPassReverse / http://demon.server.com.au:8080/okstudio/ </VirtualHost> This is the setup you want. Note the trailing /'s. It means that anything sent to the root of www.mydomain.com.au will be proxied to demon.server.com.au:8080/okstudio The NameVirtualHost directive is necessary for the VirtualHost directives to work. It basically says this ip address is used for name based VIP. I don't quite see how this can be any use to you though, if you don't have root access then you presumably cannot edit apache's httpd.conf file which is where these settings need to be. How were you running it before, if you don't have this access? Cheers, Stephen -- Stephen Harrison stephen@nipltd.com New Information Paradigms www.nipltd.com