Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URL masking

Status
Not open for further replies.
By the time it gets to the browser, it's all HTML and JavaScript. You can use
Code:
<A HREF="[URL unfurl="true"]http://www.mysecretsite.com">My[/URL] photo album</A>
You can set up an onClick JavaScript function to transfer to your web site (you can even break up the address into separate variables and reassemble them in the onClick() if you are really paranoid about people analysing your datastream programmatically).

Why do you need to hide it? If you just want to stop search engines from indexing it, Google 'robots.txt' for details.
 
Trying to use multiple domains with one host. Some of the domains on are with different registras. I wish a domain came with one page service. Hosts want to charge for all the little things like subdomains, changing pointers to domains. I'm wanting to have more control of my domains by writing my own code. Its hard to find a good hosting service that has all the freebies and supports .NET.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top