Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Hiding redirect url  (Read 9549 times)

0 Members and 2 Guests are viewing this topic.

Aby

  • Guest
Hiding redirect url
« on: January 30, 2014, 09:33:21 pm »
Hiding redirect url

Create an index.html file :

<frameset rows=”100%”>
<frame src=”http://linuxstuffs.wordpress.com/”&gt;
</frameset>
<noframes>
<body>Please follow <a href=”http://linuxstuffs.wordpress.com/”>link</a&gt;!</body>
</noframes>

===

Just try this out!!