<div dir="ltr">Hello,<br><br>I have a site say <a href="http://www.foo.com">www.foo.com</a> and I need to point <a href="http://www.foo.com/example">www.foo.com/example</a> at a different document root<br><br>I have done this with mod_alias so<br>
<br>Alias  /example /var/www/example<br><br>But when I reload the config and try and go to the /example it tries to resolve <a href="http://www.example.com/example">www.example.com/example</a> and I can't work out what I am I doing wrong, I have looked through the Apache documentation and can't see any reference to this. I haven't got <a href="http://www.example.com">www.example.com</a> in my /etc/hosts so I amm not sure where it is getting it from?<br>
<br>Thanks,<br>Will<br></div>