Re: [PHP] url hide

2001-01-23 Thread Kristofer Widholm
page (at www.hotel.com/blahblah ) in a frame. > >-J >- Original Message - >From: "AJDIN BRANDIC" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, January 22, 2001 11:30 AM >Subject: [PHP] url hide > > >> Perhaps not related

Re: [PHP] url hide

2001-01-22 Thread Vahan Yerkanian
Greetings, the only way which comes to my mind now is to use a stub , e.g. http://www.foo.co.uk/house-search/> this works 100%, though could sound weird at first. HTH, -- Vahan Yerkanian Email: [EMAIL PROTECTED] Leading Web Developer / Designer Phone: (374) 158-

Re: Re: [PHP] url hide

2001-01-22 Thread Chris Carbaugh
Put the url you want hidden in a frame. Chris On Mon, 22 Jan 2001, AJDIN BRANDIC wrote: > Date: Mon, 22 Jan 2001 10:44:06 + (GMT) > To: [EMAIL PROTECTED] > From: AJDIN BRANDIC <[EMAIL PROTECTED]> > Subject: Re: [PHP] url hide > > OK, I don't have access to th

RE: [PHP] url hide

2001-01-22 Thread Pete Lavetsky
ECTED] Subject: Re: [PHP] url hide Hi AJDIN! On Mon, 22 Jan 2001, AJDIN BRANDIC wrote: > OK, I don't have access to the server (except ftp). All I can use is PHP > or JavaScript. I just thought that I could use some thing that will just > hide it. Like that NoRightClick javascript scri

Re: [PHP] url hide

2001-01-22 Thread Teodor Cimpoesu
Hi AJDIN! On Mon, 22 Jan 2001, AJDIN BRANDIC wrote: > OK, I don't have access to the server (except ftp). All I can use is PHP > or JavaScript. I just thought that I could use some thing that will just > hide it. Like that NoRightClick javascript script where if you try to > view the source

Re: AW: [PHP] url hide

2001-01-22 Thread AJDIN BRANDIC
ian > > > -Ursprungliche Nachricht- > > Von: Eric Dahnke [mailto:[EMAIL PROTECTED]] > > Gesendet: Montag, 22. Januar 2001 12:24 > > An: [EMAIL PROTECTED] > > Betreff: Re: [PHP] url hide > > > > > > > > I just asked a similar questio

AW: [PHP] url hide

2001-01-22 Thread Sebastian Stadtlich
esired url with fopen and then parses the html for -Ursprungliche Nachricht- > Von: Eric Dahnke [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 22. Januar 2001 12:24 > An: [EMAIL PROTECTED] > Betreff: Re: [PHP] url hide > > > > I just asked a similar question t

Re: [PHP] url hide

2001-01-22 Thread Eric Dahnke
I just asked a similar question two hours ago, and would like to express my interest in this same question. Sorry it for a no answer response. AJDIN BRANDIC wrote: > Perhaps not related to php but I was wandering, is it possible to hide > site's real url and replace it with something else (

RE: [PHP] url hide

2001-01-22 Thread Matt Williams
ry 2001 10:40 > To: AJDIN BRANDIC; [EMAIL PROTECTED] > Subject: Re: [PHP] url hide > > > I saw this done with a frameset recently. The domain blah.com had > a frameset > which opened the real page (at www.hotel.com/blahblah ) in a frame. > > -J > - Original Message

Re: [PHP] url hide

2001-01-22 Thread AJDIN BRANDIC
OK, I don't have access to the server (except ftp). All I can use is PHP or JavaScript. I just thought that I could use some thing that will just hide it. Like that NoRightClick javascript script where if you try to view the source code of a page it stops you but you can still use View/Sour

Re: [PHP] url hide

2001-01-22 Thread Jørg V . Bryne
11:30 AM Subject: [PHP] url hide > Perhaps not related to php but I was wandering, is it possible to hide > site's real url and replace it with something else (some other URL). ie. > someone clicks on a link on www.blah.co.uk which takes the user to an > designated area (ie. /h

Re: [PHP] url hide

2001-01-22 Thread bard
If you're using apache, try mod_rewrite. I'm pretty sure you have to run something on the server side to do this. JavaScript runs client-side and will therefore be useless. Cheers, Brad On Mon, 22 Jan 2001, AJDIN BRANDIC wrote: > Perhaps not related to php but I was wandering, is it possible

[PHP] url hide

2001-01-22 Thread AJDIN BRANDIC
Perhaps not related to php but I was wandering, is it possible to hide site's real url and replace it with something else (some other URL). ie. someone clicks on a link on www.blah.co.uk which takes the user to an designated area (ie. /house-search/) on www.foo.co.uk. I want the user still t