Hello, I want to mask the URL displayed on the ADDRESS BAR how can I do like that? Say.. I want to redirect the domain name ABC.COM to say XYZ.COM but I want to show the URL ABC.COM on the ADDRESS BAR instead of XYZ.COM. Plase help me... - Minterest
Deceptive. I've seen it done using frames. Set the top frame to 1% with the URL you want displayed, then set the bottom fram to 99% to the masked URL.
Acutally I want to redirect a domain name to my twitter account.... So as to hide the TWITTER URL from the address bar.... Is that really possible?
Yeah...there are two ways of doing this, as I see it: 1) Page redirection. For this, on your domain, the index.html page's <head></head> tags should incorporate a code snippet like this... <META http-equiv="refresh" content="5;URL=http://www.indiana.edu/~smithclas/l200/"> Code (markup): . a)In here... the 5 depicts the delay that the page will undergo (in seconds) - You can set this to 1 or 2 depending on your requirement. b)Replace that URL with your Twitter URL. Alternatively..there's option 2 2) Redirect from your domain registrar's domain manager panel. This is a simple to do thing - needs no help. But still, if you got issues with it, post here, and I'll help you.
Oh, you don't want to mask the URL, you just want to redirect. Yeah, use the refresh method or set a 301 redirect.