| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Nov 2003
Posts: 44
![]() | URL Spoofing?? Is there anyway to hide the URL from the public for example i have a site as :- www.domain.com/page.php?page=home§ion=news want to change it to: - www.domain.com or www.domain.com/page.php any code, program or such thing.
__________________ Click Link for Java IRC PHP-Live IRC: pgardner.net:6667, Channel: #php. |
| |
| | #2 (permalink) |
| NamePros Member Join Date: Jul 2003
Posts: 118
![]() | If you are passing this information from a form, you can use post instead of get. The post method hides all the appended data at the end of the URL so it cant be seen by the user. If your not using a form I am not to sure how you do this, and would be most interesting in any solutions, although I dont think there are any!!
__________________ Paulicon Web design - Your one stop shop |
| |
| | #3 (permalink) |
| NamePros Member Join Date: Oct 2003
Posts: 143
![]() | How about setting up URL masking with your domain registrar? With my registrar, you can set it to mask the domain meaning user don't see any subpages at all, only what flashes in the bottom bar.
__________________ http://sigx.yuriy.net/images/sgxryan1/xCobalt64.png |
| |
| | THREAD STARTER #4 (permalink) |
| NamePros Member Join Date: Nov 2003
Posts: 44
![]() | havent acually registered a domain myself, but ill give it a try with some free domains if they allow you to do it. and the stats bar is no problem just get some mouse over stuff in there and stats bar changes.
__________________ Click Link for Java IRC PHP-Live IRC: pgardner.net:6667, Channel: #php. |
| |
| | #6 (permalink) |
| NamePros Member Join Date: Aug 2003 Location: Ontario, Canada
Posts: 98
![]() | You could use a frames page as your index page and link to your website. The top location will always show the location of the frames page. Now encrypt the frames page (http://www.webdesigntalk.net/showthr...=&threadid=965), and put a script in all of your webpages to close on a self.location == top.location. I hope this helps. :beer:
__________________ Yeah... I knew that. What? |
| |