How to hide the full url of a website and show domain name
Moderator: General Moderators
How to hide the full url of a website and show domain name
How to hide the full url of a website and only display the domain name
- kaisellgren
- DevNet Resident
- Posts: 1675
- Joined: Sat Jan 07, 2006 5:52 am
- Location: Lahti, Finland.
Re: How to hide the full url of a website and show domain name
What drives you to this situation?
Re: How to hide the full url of a website and show domain name
Frames don't hide anything.jamkelvl wrote:Frames?
Re: How to hide the full url of a website and show domain name
Obviously the website needs to have a sort of identifier of each unique page. Else it wouldn't be able to know which page you are requesting.
Re: How to hide the full url of a website and show domain name
Actually, this would be interesting just to see if you could do it. I could see it done two ways.
1) Use POST rather than GET. Use onclick to load data into a form and submit it.
2) Use session/cookie data. Which begs the question: Can session/cookie data be set without the use of a form?
1) Use POST rather than GET. Use onclick to load data into a form and submit it.
2) Use session/cookie data. Which begs the question: Can session/cookie data be set without the use of a form?
Re: How to hide the full url of a website and show domain name
Well, you'd still have to send the data for to the browser for it to post back...but you could do it with sessions.
Although I don't really see the point. Why would you want to prevent the user from knowing what page they are on?
Although I don't really see the point. Why would you want to prevent the user from knowing what page they are on?
-
thewebhostingdir
- Forum Newbie
- Posts: 18
- Joined: Fri Jul 17, 2009 1:15 am
Re: How to hide the full url of a website and show domain name
I think he wants this for better looking URL's.
But you can still get better URL's, using rewritting..
But you can still get better URL's, using rewritting..
AccuWebHosting.Com - Windows VPS Hosting
ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups | Uptime Guarantee | Affiliates - $50 Per Sale | Brick7.com | TheWebHostingDir.com
ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups | Uptime Guarantee | Affiliates - $50 Per Sale | Brick7.com | TheWebHostingDir.com
Re: How to hide the full url of a website and show domain name
Generally people want pretty URL's for SEO, but since bots don't even use cookies or post data, then this would not work at all and the bot would only be able to see the index page.
Maybe if the OP explained what they actually wanted......hint hint.
Maybe if the OP explained what they actually wanted......hint hint.