website problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • golden_boy69
    Confirmed User
    • May 2004
    • 266

    #1

    website problems

    My site www.dreamy-girls.com loads differently then when I type the same site with a slash www.dreamy-girls.com/

    When it is the former, all my thumbnails are loaded with red x's. Only when I include the slash do my thumbnails load properly. Anyone know why this is and how to fix it?
    TrafficHolder.com - Buy/Sell Adult Traffic
  • pornguy
    Too lazy to set a custom title
    • Mar 2003
    • 62912

    #2
    I think it is the way the server setting are.

    contact your server admin and talk to them about it.


    Is that main page called index.htm?
    PornGuy skype me pornguy_epic

    AmateurDough The Hottes Shemales online!
    TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

    Comment

    • golden_boy69
      Confirmed User
      • May 2004
      • 266

      #3
      can anyone tell me if my site loads properly?
      TrafficHolder.com - Buy/Sell Adult Traffic

      Comment

      • Useless Warrior
        Confirmed User
        • Apr 2004
        • 975

        #4
        Looks perfectly fine in both cases for me. I use Firefox, if that helps. I don't see how that trailing slash would effect anything, but there may be a hosting god here who may differ in opinion.

        Comment

        • fusionx
          Confirmed User
          • Nov 2003
          • 4618

          #5
          Originally posted by golden_boy69
          My site www.dreamy-girls.com loads differently then when I type the same site with a slash www.dreamy-girls.com/

          When it is the former, all my thumbnails are loaded with red x's. Only when I include the slash do my thumbnails load properly. Anyone know why this is and how to fix it?
          Gotta be hotlink protection, probably in your .htaccess file.

          .htaccess is usually set up to compare the referrer string to the page being requested, and if they don't match up, the images are not delivered. The string being looked for has to take into account the trailing "/" or any other characters, as well as the prefix (is in www.domain.com, tgp.domain.com, weblog.domain.com - you get the picture).

          The end of the string should look similar to this:

          PHP Code:
          (/)?.*$ 
          
          which basically means the "/" is optional, then anything else after the matched part (the entire domain pattern before the "(/)", to the end of the URL string.

          Comment

          Working...