How to Redirect page without browser address changing
Redirect page without changing the domain name in browser
http://en.wikipedia.org/wiki/URL_redirection
Create index.html page in documnet root of hostA
Preserve domain name after redirect all client requests on host A to host B.
Create index.html page in documnet root of hostA
Frame redirects
<frameset rows="100%">
<frame src="http://www.example.com/">
</frameset>
<noframes>
<body>Please follow <a href="http://www.example.com/">link</a>!</body>
</noframes>Rewrite/Redirect Rule .
http://tomclegg.net/rewriterule
http://httpd.apache.org/docs/1.3/misc/rewriteguide.html
www.example.com : hostB
www.example.com : hostB
Comments