htaccess problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fusionx
    Confirmed User
    • Nov 2003
    • 4618

    #1

    htaccess problem

    Using the format below works fine unless someone goes to simply skeetsex.com (no www, etc). When they do that the pics don't show.

    I thought that including the prefixes in parens would make it optional - any ideas?


    PHP Code:
    
    AuthUserFile /dev/null 
    AuthGroupFile /dev/null
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www.|skeet.)(skeetsex.com|free-skeet-sex.com|free-skeet-pics.com)(/)?.*$     [NC]
    RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC] 
    
    Sorry for the small text - I guess size doesn't work inside php blocks..
    Last edited by fusionx; 05-27-2004, 09:16 AM.
  • fusionx
    Confirmed User
    • Nov 2003
    • 4618

    #2
    I saved it as a text file for those that want to be able to read it

    http://www.skeetsex.com/htaccess.txt

    Comment

    • fusionx
      Confirmed User
      • Nov 2003
      • 4618

      #3
      no help with the htaccess today?

      :bump:

      Comment

      • Global Dialers
        Confirmed User
        • May 2004
        • 1349

        #4
        AuthUserFile /dev/null
        AuthGroupFile /dev/null
        RewriteEngine On
        RewriteCond %{HTTP_REFERER} !^$
        RewriteCond %{HTTP_REFERER} !^http://(www\.)(skeet.)(skeetsex.com)(free-skeet-sex.com)(free-skeet-pics.com)(/)?.*$ [NC]
        RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]

        PHP Code:
        AuthUserFile /dev/null 
        AuthGroupFile /dev/null
        RewriteEngine On
        RewriteCond %{HTTP_REFERER} !^$
        RewriteCond %{HTTP_REFERER} !^[url]http://[/url](www\.)(skeet.)(skeetsex.com)(free-skeet-sex.com)(free-skeet-pics.com)(/)?.*$     [NC]
        RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC] 
        
        give that a try
        Last edited by Global Dialers; 05-27-2004, 04:13 PM.
        the hun gets revenue from pre-paid gallery placements on the top 15 spaces and banners.
        the rest of thegalleries are free placements.

        Comment

        Working...