How to Redirect page without browser address changing

Redirect page without changing the domain name in browser
http://en.wikipedia.org/wiki/URL_redirection


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

Comments

Popular Posts

Install and configure rsyslog Centralized logging server in CentOS

How to fix postfix/smtp Network is unreachable error

Could not join realm: Necessary packages are not installed: sssd-tools sssd libnss-sss libpam-sss adcli