Results 1 to 6 of 6

Thread: Coding help please,,,,

  1. #1
    Macho 411
    Guest

    Coding help please,,,,

    what is it I need to insert in my code to have on people browsers my main URL no matter where they go on the site?

    IE

    http://www.whatever.com

    & your on page http://www.whatever.com/xxx.html

    but browser displays http://www.whatever.com

    thanks
    :grin:


  2. #2
    Jasun
    Guest
    I'm not sure what you mean...

    With most pages, if you just punch in the domain (i.e. http://gayskin.net), you'll be directed to the index.html file. (i.e. http://gayskin.net/index.html)


    Is that what your looking for, or are you looking for how you would not show the actual page in the address bat regardless of which page the viewer is looking at? That could be done with lots of different things... most easily frame sets.


  3. #3
    Macho 411
    Guest
    well i seen it in a few sites that no matter where you the URL on the top remains to the root directory


  4. #4
    Jasun
    Guest
    Yeah, I've never done that myself, but I know that if you make the index file a frameset, and then load the pages being viewed into that, the URL displayed will always be the domain with no "sites/boob/jackson.html" after it, but the downside is you can't have people link to anything but the root directory, and you can't bookmark anything else, either.

    there's probably a different way of doing it in PHP or something, but I'm only about up to my toenails in that at this point... anyone else?


  5. #5
    Moderator Bec's Avatar
    Join Date
    Nov 2003
    Location
    Ohio
    Posts
    8,419


  6. #6
    Macho 411
    Guest
    WOW !!!
    cool thanks ill check it out...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •