Forum Moderators: phranque
how can i redirect a particular sub page of old domain and pointThe best way is to set up a 301 redirect in the htaccess of the old domain.
that to a sub page on my new domain?
<meta http-equiv="refresh" content="0; url=http://new-domain.com/page.html">
And the physical location has to be a fully hosted site?Depends what you mean by “fully hosted”. In theory you could set up a directory whose sole purpose is to receive requests and redirect them to an entirely different server. If we’re talking about shared hosting, it’s up to the host whether there has to be an actual domain living at the first address (the one you’re redirecting away from). In fact it may be an academic distinction: if all requests for example.com are redirected to example.org, it can’t possibly make any difference whether there is a physical file corresponding to example.com/index.html.