“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
You can set your web server to do the redirect. It is important to sent the redirect header to inform the client if this is a temporary or permanent redirect.
this is easily achieved using the Meta tag as below
<META HTTP-EQUIV=”Refresh” CONTENT=”3;URL=http://www.redirect.to.com”>
You can also rewrite the header response so that the client receives a page that is different from the one requested.
You can set your web server to do the redirect. It is important to sent the redirect header to inform the client if this is a temporary or permanent redirect.
Leave an Answer/Comment