<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">Let me give an example to illustrate my problem:<br></div>
<br>
In the following url, the <a href="http://prola.aps.org" target="_blank">prola.aps.org</a> is a name-based  virtual host:<br>
<br>
<a href="http://prola.aps.org/pdf/PRB/v1/i1/p1_1" target="_blank">http://prola.aps.org/pdf/PRB/v1/i1/p1_1</a><br>
<br>
On  the other hand, my institute has subscribed to prola and many other<br>
journals, so I want to use some self-made and easy-to-memory hostnames for<br>
each  of them.  For example, I want to use the following url to access<br>
the above one:<br>
<br>
<a href="http://myprola.myddns.org/pdf/PRB/v1/i1/p1_1" target="_blank">http://myprola.myddns.org/pdf/PRB/v1/i1/p1_1</a><br>
<br>
Is this possible?<br></blockquote></div><br><div>You can specify a domainalias for every virtualhost in the apache configuration (other http servers should support similar functionality)</div><div>This has nothing to do with DNS since all dns does is translate the hostname you type in to an IP address the computer uses to connect to.</div>
<div>Every http request contains a 'host' header that is used by the webserver to determine the documentroot to serve.</div><div><br></div><div>Hope this helps.</div><div><br></div><div>Regards,</div><div><br></div>
<div>Serge Fonville</div>