Forum Statistics

  • Forum Members: 4,245
  • Total Threads: 3,572
  • Total Posts: 6
There are 1 users currently browsing forums.

Partner Sites

Reply
Old 03-09-2009, 05:02 AM   #1 (permalink)
 
prajani's Avatar
 
Status: Newbie
Join Date: Mar 2009
Posts: 3

Rep Power: 12 prajani is on a distinguished road



Default How To Mask URL?

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...
__________________
company list
prajani is offline Add Infraction for prajani   Reply With Quote
Old 04-07-2009, 12:30 AM   #2 (permalink)
 
nilulk's Avatar
 
Status: Newbie
Join Date: Apr 2009
Posts: 3

Rep Power: 12 nilulk is on a distinguished road



Default hai

There are several methods to mask an URL: I' use URL Masking With Frames .

Two different types of frames can be used to present a web page in the browser with a URL different than the URL in the address bar.

1.The FRAMESET tag.
2.The IFRAME tag.

In both methods, when the web page with the frame is loaded into the browser, the frame web page's URL is in the browser's address bar even while the browser window displays a web page located at a different URL.

The frames web page originally loaded into the browser and the web page retrieved from elsewhere may be on different domains.
Using The FRAMESET Tag For URL Masking.

This method hides all visual cues that the web page being displayed is not at the URL in the browser's address bar (unless the web page being displayed itself contains images or wordage that provide clues).

What you do is create a FRAMESET web page that loads the target web page.

Make a web page with the following code. Change the URL in the third line of the code to the URL of the web page to be displayed in the browser.

<frameset rows="100%"> <frameset cols="100%"> <frame src="http://example.com/page.html" frameborder="0" scrolling="no"> </frameset> </frameset>

Put only the above into the FRAMESET web page. Use no HTML or BODY or other normal web page tags.

Upload the FRAMESET web page to your server. Load the FRAMESET web page into your browser.

You'll notice that the URL of the FRAMESET web page is in your browser's address bar even while a different web page, the one you specified in the third line of the above code, is displayed in the browser window.

That's the simplicity of URL masking with a FRAMESET tag.

Hope this helps
nilulk is offline Add Infraction for nilulk   Reply With Quote
Old 04-07-2009, 10:14 AM   #3 (permalink)
 
Status: Newbie
Join Date: Mar 2009
Posts: 11

Rep Power: 13 fast1 is on a distinguished road



Default

may i ask what is the purpose of masking your url?
fast1 is offline Add Infraction for fast1   Reply With Quote
Old 04-08-2009, 02:55 AM   #4 (permalink)
 
Status: Account Temporarily Suspended
Join Date: Mar 2009
Posts: 52

Rep Power: 0 kuma.lk is on a distinguished road



Default

1) Open a note pad doc.

2) Insert the below code.

<META HTTP-EQUIV=Refresh CONTENT="0;URL=http://www.vodahost.com">

3) Repalce the red vodahost.com with your target url.

4) save it as a .html file

5) upload it to the server.

Thia will trigger a "meta refresh", when any body visits your .html page, they
will be redirected to your target url.
__________________________________________________ ______
Earth-Kind Mouse Repellent
ecommerce merchant account
kuma.lk is offline Add Infraction for kuma.lk   Reply With Quote
Old 04-18-2009, 12:05 AM   #5 (permalink)
 
Status: Newbie
Join Date: Apr 2009
Posts: 2

Rep Power: 12 jessicasamuel is on a distinguished road



Default

Hello,

Very Useful info, thanks for sharing!

-
Jessica Danial
__________________
Website Design Services
jessicasamuel is offline Add Infraction for jessicasamuel   Reply With Quote
Old 04-28-2009, 08:18 AM   #6 (permalink)
Unregistered
 
Status: Guest
Posts: n/a



Default

Thanks GUYS!!!!!!!!!!

I was looking for this answer. Thank you all.

adverse mortgage broker
Stock Investment Advice
  Edit/Delete Message Reply With Quote


Reply

Bookmarks

Tags
None


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may post replies
You may post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.5.0 RC2