URL Cloaking

Yes!! Learned something new! I can actually do URL Cloaking for one of my websites! URL Cloaking is just hiding the full URL from the address field in your browser. So where ever you navigate from in that page, you will see 1 URL for as long as you’re using that browser window~


URL Cloaking simply uses frames. Here’s a live example:
<html>
<title>IRC Quotes</title>
<frameset cols=100% border=0>
      <frame src=ircquotes/index.asp>
</frameset>
</html>


The URL: http://insomniac.mine.nu/


Now to go get my daily cup of Nescafe~

Leave a Reply

Your email address will not be published. Required fields are marked *