How to hide or mask a URL
Jean-Pierre G
-
Ahahaaa -
Ahahaaa -
Hello,
How can I hide or mask the URL?
My problem is as follows:
my site has an address like for example https://myurl.be
I would like that the .be part is not visible
either by hiding the entire URL or masking it with something else.
Is this possible?
I would like a JavaScript solution.
Thank you for your help.
Jean-Pierre
How can I hide or mask the URL?
My problem is as follows:
my site has an address like for example https://myurl.be
I would like that the .be part is not visible
either by hiding the entire URL or masking it with something else.
Is this possible?
I would like a JavaScript solution.
Thank you for your help.
Jean-Pierre
15 answers
Heu, j'arrive LONGTEMPS après la guerre, mais on peut faire ça avec un proxy : https://www.newipnow.com/ -> il va coder l'url et tu vas y accéder en passant par le proxy (ce sera un peu plus lent, mais bon ...)
Prends un nom de domaine en .com ou en .je_ne_sais_pas_quoi
et lance ton site dans une frame.
Seule l'adresse en .com apparaîtra dans l'URL
Par contre, s'il regarde le source de la page, ils verront la "supercherie"
[ JEROMAX ]
http://www.jeromax.free.fr http://macropixel.free.fr
et lance ton site dans une frame.
Seule l'adresse en .com apparaîtra dans l'URL
Par contre, s'il regarde le source de la page, ils verront la "supercherie"
[ JEROMAX ]
http://www.jeromax.free.fr http://macropixel.free.fr
Hello, I'm reaching out to you regarding the forum "how to hide or mask a URL". I must admit that I didn't quite understand. I have an address that does not have a static IP on Skynet (Belgium) and a custom DNS on Gandi that redirects to my site, and the name that appears is: user.skynet.be/(my site). From what I understand, it is possible to hide this name to display the name of my site instead? But how?
Thank you in advance.
Thank you in advance.
Bonjour à tous et à toutes. J'ai un problème de taille à vous proposer : je travaille en Arabie Saoudite et ici, il n'y a pas de liberté concernant le net, car ils contrôlent tous les sites et les bloquent si tu y mets ne serait-ce qu'un "X" ou le mot "free" ou "tf1.fr". Ce qui n'est pas une grosse perte en soi, mais qui limite lorsque je cherche des sites tout simples comme mon provider qui est free.fr par exemple. Alors les gars, si vous avez une solution, aidez-moi je vous prie, merci.
Of course, it's possible and even very simple:
If you want an address to take you to a cooking website, you type cooking site and find it. Then you take the address. After that, you want it to write "lol" and still lead you to the cooking site. How to do it? Well, it's simple, here’s the code, imagining the address is: http://www.cuisine_de_femme.com
The code is:
<a href="http://www.cuisine_de_femme.com">lol</a>
or
[a href="http://www.cuisine_de_femme.com"]lol[/a]
or even
[A href="http://www.cuisine_de_femme.com"]lol[/A]
If you want an address to take you to a cooking website, you type cooking site and find it. Then you take the address. After that, you want it to write "lol" and still lead you to the cooking site. How to do it? Well, it's simple, here’s the code, imagining the address is: http://www.cuisine_de_femme.com
The code is:
<a href="http://www.cuisine_de_femme.com">lol</a>
or
[a href="http://www.cuisine_de_femme.com"]lol[/a]
or even
[A href="http://www.cuisine_de_femme.com"]lol[/A]
Hello
to prevent Skynet from appearing, you would need a domain name like a .com for example
in that case no problem, you just see www.xxxx.com
then you just need to make a page with 2 frames, one sized 0 and the other where you copy (you open your index page)
and there you will only have www.xxxx.com in the upper part
I don't quite understand your DNS, what domain name did you choose at Gandi?
to prevent Skynet from appearing, you would need a domain name like a .com for example
in that case no problem, you just see www.xxxx.com
then you just need to make a page with 2 frames, one sized 0 and the other where you copy (you open your index page)
and there you will only have www.xxxx.com in the upper part
I don't quite understand your DNS, what domain name did you choose at Gandi?
http://anonymouse.ws/ www.html
If you managed to send your message with an X and free, then you should be able to surf with this site.
At one time, my box blocked certain sites considered leisure and not work. With this site, we could access everything... :-))
If they have also blocked this site, you could just create a web page (php, asp,...) that will surf for you like @nonymouse.
[ JEROMAX ]
If you managed to send your message with an X and free, then you should be able to surf with this site.
At one time, my box blocked certain sites considered leisure and not work. With this site, we could access everything... :-))
If they have also blocked this site, you could just create a web page (php, asp,...) that will surf for you like @nonymouse.
[ JEROMAX ]
:-)))
it's weird how the syntax recognition on URLs works here... :-))))
Just take everything between "http" and ".html"...
[ JEROMAX ]
it's weird how the syntax recognition on URLs works here... :-))))
http://anonymouse.ws/anonwww.html
Just take everything between "http" and ".html"...
[ JEROMAX ]
Hello.
This discussion is old, but my input could help future visitors...
I knew someone who also worked in Saudi Arabia, he is now in one of the United Arab Emirates.
He pays about 50 Euros/month to access a Linux server (in Germany). He has installed an SSH server on it, and he can browse the net safely from any country.
Good luck!
This discussion is old, but my input could help future visitors...
I knew someone who also worked in Saudi Arabia, he is now in one of the United Arab Emirates.
He pays about 50 Euros/month to access a Linux server (in Germany). He has installed an SSH server on it, and he can browse the net safely from any country.
Good luck!
I program this kind of thing in Python.
import urllib2 page_html = urllib2.urlopen("https://www.commentcamarche.net/").read()
Hello, first of all thank you for your response. I wanted to know if you have any idea for doing it in visual C++ :(
I tried with:
shellexecute(NULL,NULL, L"https://www.google.fr/?gws_rd=ssl",NULL,NULL,SW_HIDE)
but it doesn’t work, the page opens normally, if you have any idea please let me know :)
I tried with:
shellexecute(NULL,NULL, L"https://www.google.fr/?gws_rd=ssl",NULL,NULL,SW_HIDE)
but it doesn’t work, the page opens normally, if you have any idea please let me know :)
Use a redirect with the site http://venez.com, I had a URL like xxx.power-heberg.com and it became xxx.no-ip.fr, I think that with "no-ip.fr" it's more stylish.
If there's a problem, come ask me on my site http://azrielo.no-ip.fr ^^. It's a redirect that remains active all the time on the site instead of being like a URL shortener.
If there's a problem, come ask me on my site http://azrielo.no-ip.fr ^^. It's a redirect that remains active all the time on the site instead of being like a URL shortener.
Good evening,
I think the problem you're facing is that GANDI displays the complete addresses! Yes! An example: G purchased 2 domain names: GFX-Concept.Com and SudOuest-Immobilier.com, the first from NEODOMAINE and the second from GANDI, and well at GANDI it shows me the directory with the main domain name, and if you do not use DNS redirection, you will not be able to solve your problem!
In the end, I searched in vain!
Good luck with the rest...
Hoping this puts you on the right track, and I'm still interested in information on the solution if there is one...
I think the problem you're facing is that GANDI displays the complete addresses! Yes! An example: G purchased 2 domain names: GFX-Concept.Com and SudOuest-Immobilier.com, the first from NEODOMAINE and the second from GANDI, and well at GANDI it shows me the directory with the main domain name, and if you do not use DNS redirection, you will not be able to solve your problem!
In the end, I searched in vain!
Good luck with the rest...
Hoping this puts you on the right track, and I'm still interested in information on the solution if there is one...
At GANDI, it shows me the directory with the main domain name
commentcamarche.net and sebsauvage.net are also registered with Gandi, and it is indeed our domain name that appears.
The problem does not lie with Gandi:
The problem is that you need to find a proper DNS hosting and a proper HTTP hosting that allows you to create a virtual domain (virtual host).
Gandi provides (graciously) a mini-DNS hosting that simply performs a redirection. It is already nice of them to provide this service for free.
But it’s up to you to find DNS and HTTP hosting.
Gandi is just a domain name seller. Hosting DNS and HTTP is not their job. :-)
Moreover, it is in Gandi's FAQ
( http://www.gandi.net/support/SelfService/Gandi.php?groupid=97&locale=en_US )
"Is it possible to hide the real address of my site?
With our web redirection service, it is not possible to hide the real address of your site. If this poses a problem for you, you need to find an additional service provider who will agree to manage your DNS. This could be, for example, your website hosting provider."
commentcamarche.net and sebsauvage.net are also registered with Gandi, and it is indeed our domain name that appears.
The problem does not lie with Gandi:
The problem is that you need to find a proper DNS hosting and a proper HTTP hosting that allows you to create a virtual domain (virtual host).
Gandi provides (graciously) a mini-DNS hosting that simply performs a redirection. It is already nice of them to provide this service for free.
But it’s up to you to find DNS and HTTP hosting.
Gandi is just a domain name seller. Hosting DNS and HTTP is not their job. :-)
Moreover, it is in Gandi's FAQ
( http://www.gandi.net/support/SelfService/Gandi.php?groupid=97&locale=en_US )
"Is it possible to hide the real address of my site?
With our web redirection service, it is not possible to hide the real address of your site. If this poses a problem for you, you need to find an additional service provider who will agree to manage your DNS. This could be, for example, your website hosting provider."
I don't see the point of the question at all.
If you don't want people to access your URL, just don't
publish it. That's all.
It's like those little jokers who use JavaScript to prevent people from retrieving images from their site. It's 20, wine, vain.
Johan
The software said "Requires Windows98, Win2000, or better,
So I installed Unix.
If you don't want people to access your URL, just don't
publish it. That's all.
It's like those little jokers who use JavaScript to prevent people from retrieving images from their site. It's 20, wine, vain.
Johan
The software said "Requires Windows98, Win2000, or better,
So I installed Unix.
In Java, you can hide the tree structure of your site but not the root.
So you will have www.xxx.yyy
However, if you take another address that you redirect, it is possible to hide the redirection with empty frame pages for the URL at the top. On the other hand, regarding the bottom part, I know there is a way in Java using the setTimeout function.
But I'm not sure if it's perfect. I did it on my site, but you can still sometimes see small clues.
Good luck!
So you will have www.xxx.yyy
However, if you take another address that you redirect, it is possible to hide the redirection with empty frame pages for the URL at the top. On the other hand, regarding the bottom part, I know there is a way in Java using the setTimeout function.
But I'm not sure if it's perfect. I did it on my site, but you can still sometimes see small clues.
Good luck!
Ralala, why Jisisv responds if it's just to annoy someone, if we ask a question and you don't have the answer, don't open your mouth, and if you're unhappy that on certain sites it’s impossible to right-click, well download a script, but I really don't see the interest in you talking just to say nothing ^^