Page 1 of 1

How to hide linked URL in browser ?

PostPosted: June 20th, 2013, 6:15 pm
by Zehir
hello,

i have a home page (for example: http://homepage.com ) and when i click on CHAT link in homepage, it redirects to the root link ( http://homepage.com/chat.html ) . it appears in browswer like ( http://homepage.com/chat.html ) is there anyway to hide the linked url ? i want it appears like -> http://homepage.com -- not /chat.html.

can anybody help me about this pls ?

<a href="http://myhomepage.com/lightIRC/chat.html/"target="_blank"><FONT SIZE=15 FACE="Tahoma" COLOR="ff0000">CHAT</FONT></a>


this is my current html code.

Re: How to hide linked URL in browser ?

PostPosted: June 21st, 2013, 2:50 pm
by Gaddafi
The only way is to put it on the same page, with the same address or make your chat load with Javascript on the same page.
Google a little bit :)

Re: How to hide linked URL in browser ?

PostPosted: June 22nd, 2013, 3:37 pm
by Zehir
well , to be honest .. i am using domain name to hide the real address.. and when i click on CHAT link, it opens in other page and it shows the real address :S including /chat.html .. i dont want real address appear :/ how can i do it ?

Re: How to hide linked URL in browser ?

PostPosted: June 22nd, 2013, 5:38 pm
by munZe
Look if your hosting where you parked domain support masked subdomains, or try to google mod_rewrite how to setup masked rewrite url