htaccess question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CoreDump
    Confirmed User
    • Aug 2001
    • 393

    #1

    htaccess question

    Hi,

    I was wondering what the difference is in going to a site using either this:
    http://www.domain.com/
    or this:
    http://www.domain.com

    When you use the second url (the one without the "/" et the end) the graphics will show as broken images.

    I have put up this htaccess:
    RewriteEngine On
    RewriteOptions inherit
    RewriteCond %{HTTP_REFERER} !^http://.*domain.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://ip/.*$ [NC]
    RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.nohotlink.com/ [R,L]

    I would like to adjust the .htaccess so it will allow showing graphics if an url is accesed with this url:
    http://www.domain.com

    Any help is welcome
    <div align="center"><b><a href="http://php.offshoreclicks.com/cgi-bin/ref.cgi?chilly" onClick="exit=false" target="_top">Webmasters! Click here to make some extra cash, 2.5 cents per RAW click!</a></b></div>
  • chodadog
    Confirmed User
    • Apr 2002
    • 9736

    #2
    I'm not sure of this.. But just looking at it.. this might work:

    RewriteEngine On
    RewriteOptions inherit
    RewriteCond %{HTTP_REFERER} !^http://.*domain.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://.*domain.com [NC]
    RewriteCond %{HTTP_REFERER} !^http://ip/.*$ [NC]
    RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.nohotlink.com/ [R,L]

    I don't know much (anything!) about htaccess, but that just makes sense to me. Let me know if it works or not.
    26 + 6 = 1

    Comment

    • reddawg
      Confirmed User
      • Apr 2002
      • 1837

      #3
      I can only offer you a good page to learn more.
      .htaccess

      Sex Sentry-Adult Verification Services
      ICQ 146104506
      <p>
      <a href="http://sexsentry.com"</a><img src="http://sexsentry.com/pics/sentry2.gif" alt="All new Sentry. More options and more exposure and more ways to make even more money by using Sentry Elite and try our new create your own custom entrance script and so many more features, many are still in development, but awesome changes are going on at Sex Sentry!">
      </p>

      Comment

      • Amputate Your Head
        There can be only one
        • Aug 2001
        • 39075

        #4
        why not use both and cover yourself? It's just a text file..... one more line of text isn't gonna break ya.
        SIG TOO BIG

        Comment

        • Milton
          Confirmed User
          • Apr 2002
          • 1118

          #5
          intressting

          Comment

          Working...