masking the url

 
Post new topic   Reply to topic    Aprelium Forum Index -> Networking Issues
View previous topic :: View next topic  
Author Message
rjs1950
-


Joined: 27 May 2004
Posts: 10

PostPosted: Sat Jun 12, 2004 3:07 am    Post subject: masking the url Reply with quote

im using no-ip.com to redirect a page to another web address location...

there is an option that allows me to mask the url and that works fine..

but when i click on a link, masking no longer takes effect and i get an unwanted long url...i want to mask every link...

any idea/suggestion?
Back to top View user's profile Send private message AIM Address
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat Jun 12, 2004 3:14 am    Post subject: Reply with quote

If you mask something like 63.203.35.55:819 to myurl.com, you can't go and then put myurl.com/dir/file.html. You still must use the original URL to provide links. The only way to have short links is associate a domain name to an IP address with an A DNS Record.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
pickupman
-


Joined: 21 Jun 2004
Posts: 4
Location: Ohio

PostPosted: Mon Jun 21, 2004 2:57 pm    Post subject: Put your page in a frame Reply with quote

You can mask the url using frames. Although the use of frames have disappeared since their popularity in the late 90's, they can be used for this.
I use it to mask my mail server login. http://www.mydomain.com/mail makes a frame which loads http://mydomain.dyndns.org/mail. The only downside is that when a user hovers a link it will show your long url, and the url doesn't change in the browser's address bar. Here is the html you can use to load your page. Now if you type http://user.no-ip.com it will load 63.203.35.55:819 in the browser.

<html>
<head>
<title>Your Title</title>
</head>
<frameset rows="*" cols="*" border="0" framespacing="0" frameborder="NO">
<frame src="http://63.203.35.55:819">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
</body></noframes>
</html>
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Networking Issues All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group