hide real URL on webpage

D

David Dorward

Markus said:
i am looking for a way to hide the original URL in a webpage.

You can't ... at least not in any way that can't be bypassed easily (well,
short of implementing a proxy at the original URL).
 
J

Jose

i am looking for a way to hide the original URL in a webpage.
I have: www.mydomain.com On the indexpage I'd want to have a link to
http://mydomain.dyndns.org but when this link is selected, the URL in the
browser should remain www.mydomain.com.
I tried to put this in a frameset, but it didn't work.

You mean, like showing www.paypal.com and leading to www.phishsite.nu?

When the link doesn't match what I expect it will be, I take it as a
sign of sleasy dishonesty and I don't go there. What are valid reasons
for hiding (behind) a domain?

Jose
 
J

Jim Higson

Markus said:
Hi,

i am looking for a way to hide the original URL in a webpage.
I have: www.mydomain.com On the indexpage I'd want to have a link to
http://mydomain.dyndns.org but when this link is selected, the URL in the
browser should remain www.mydomain.com.
I tried to put this in a frameset, but it didn't work.
For any help thanks in advance,

You can do this on any domain you control by rewriting the URLs with regular
expressions with Apache mod rewrite.

Of course, you need to be have (from your above example) 'www.mydomain.com',
otherwise anyone could make their site look like it was any other site.

Anyway, if you have a proper domain, why use a dyndns one and not just put
everything on the real one?
 
M

Markus Mannheim

Hi to all


Jim Higson said:
You can do this on any domain you control by rewriting the URLs with
regular
expressions with Apache mod rewrite.

Of course, you need to be have (from your above example)
'www.mydomain.com',
otherwise anyone could make their site look like it was any other site.

Anyway, if you have a proper domain, why use a dyndns one and not just put
everything on the real one?

The reason was just to hide the real source of the pages.
It's not necessaary that it is "waterproof", just to keep the look
"professional"
On www.mydomain.com I have just limited space, and on my own webserver
(mydomain.dyndns.org) I can run asp scripts, more space etc....

Thanks for the replies!
 
M

Markus Mannheim

Hi Jose,


Jose said:
You mean, like showing www.paypal.com and leading to www.phishsite.nu?

When the link doesn't match what I expect it will be, I take it as a sign
of sleasy dishonesty and I don't go there. What are valid reasons for
hiding (behind) a domain?

Not the reason, this assumption is wrong.

On www.mydomain.com I have just limited space, and on my own webserver
(mydomain.dyndns.org) I can run asp scripts, more space etc....


Markus
 
J

Jose

Not the reason, this assumption is wrong.

I didn't assume it for your pages, but I assume it's possible for any
set of pages, and hidden sources need to overcome a lot of lack of trust
in the internet.
On www.mydomain.com I have just limited space, and on my own webserver
(mydomain.dyndns.org) I can run asp scripts, more space etc....

That's a valid reason for hosting some of the pages there. It's not a
reason to hide that fact.
just to keep the look "professional"

I see nothing unprofessional about pages having varous sources. Large
commercial sites also do this. When this is done openly, and the link
is =from= a page I know to be valid, I'm ok with it. But when the link
is deceptive, it casts a sleasy light on the entire site.

At least for those who notice.

Jose
 
R

Rob McAninch

Markus Mannheim>:
The reason was just to hide the real source of the pages.
It's not necessaary that it is "waterproof", just to keep the look
"professional"
On www.mydomain.com I have just limited space, and on my own webserver
(mydomain.dyndns.org) I can run asp scripts, more space etc....

Well, my first thought would be to simply get a bigger hosting
account. Storage space is cheap, if your bandwidth use is low you
may be able to make a deal with some hosts to get more storage space.

If that's out of the question, then attempt to keep all the HTML
pages on your mydomain.com server. Store the images, css, everything
else that gets embedded in a HTML page on the server you want to hide.

'Invisible' frames are often frowned on since it is sometimes used
to get extra search engine or directory listings. E.g. dmoz.org
typically removes any framing attempts and lists the originating
URL. This allows the management software to work more efficiently.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top