The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
help with .htaccess please! :)
I can't get the hotlinking crap to work for the life of me... So many people are hotlinking off of my site and I just can't have that. Anyway, I got it to where it'll show my alternate image, but it's also showing it in my allowed urls. How can I get it to leave those alone?!
This is what I have... do you see a problem!? Thanks in advance! Ashley PHP Code:
|
#2
|
|||
|
|||
I don't know why it show's [url] tags, I don't have those on my code...
|
#3
|
||||
|
||||
Code:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC] RewriteRule .*\.jpg$ - [G] RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC] RewriteRule .*\.gif$ - [G] Satan |
#4
|
|||
|
|||
I am kind of confused.... so you have to do that with each url?
|
#5
|
||||
|
||||
May I suggest asking over at sitepoint.com. They have a forum with an excellent advisor called pippo who has never failed to resolve my problems with .htaccess
I think its Configuring Your Server > Apache Good luck! |
#6
|
|||
|
|||
Thank you dean I am going to go over there now. I tried everyway that I have seen on the net and I still can't get it to work right. It'll either block the images on all sites (including mine) or it won't block them at all.
Thanks! Ash |
#7
|
||||
|
||||
Don't worry pippo will know the answer
|
#8
|
||||
|
||||
Quote:
Every other url is denied... Satan |
#9
|
|||
|
|||
Well I tried that "satan", but it didn't work... off to see what pippo says! :lol:
|
#10
|
||||
|
||||
Hmmm...
Works for me... Satan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|