Lets say you have a web page and now you want to take that page off but people may have either bookmarked it or remember the url and will typewrite it.
You can create a page with same name and place following code only in it to work (note: update the URL where you want to redirect) for example an html page:
<html>
<META HTTP-EQUIV=”refresh” content= “0;URL=http://www.bookbin.org”>
</html>
