Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > page with no .html

Reply
Thread Tools

page with no .html

 
 
Wipkip
Guest
Posts: n/a
 
      07-19-2003
brucie wrote:
> In post <Uq0Sa.683$>
> Wipkip said...
>
>> Where are your images at http://loser.brucies.com/

>
> the http referer must be http://loser.brucies.com/for the images to
> display. if you have a look at the http responses you'll see the
> images return a 403 if its not.


Ok. Norton firewall blocks my history. What's the php code to do that?

--
Duende
------------
If a turtle doesn't have a shell, is he/she homeless or naked?


 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      07-19-2003
In post <MC1Sa.121$% >
Wipkip said...

>> the http referer must be http://loser.brucies.com/for the images to
>> display. if you have a look at the http responses you'll see the
>> images return a 403 if its not.


> Ok. Norton firewall blocks my history. What's the php code to do that?


i'm not using php, its just a .htaccess entry

SetEnvIfNoCase Referer "^http://loser.brucies.com/" local_ref=1
<FilesMatch "\.(gif|jpg|png)">
Order Allow,Deny
Allow from env=local_ref
</FilesMatch>


--
brucie a. blackford. 19/July/2003 12:08:53 pm kilo.
http://loser.brucies.com/
 
Reply With Quote
 
 
 
 
Wipkip
Guest
Posts: n/a
 
      07-19-2003
brucie wrote:
> In post <MC1Sa.121$% >
> Wipkip said...
>
>>> the http referer must be http://loser.brucies.com/for the images to
>>> display. if you have a look at the http responses you'll see the
>>> images return a 403 if its not.

>
>> Ok. Norton firewall blocks my history. What's the php code to do
>> that?

>
> i'm not using php, its just a .htaccess entry
>
> SetEnvIfNoCase Referer "^http://loser.brucies.com/" local_ref=1
> <FilesMatch "\.(gif|jpg|png)">
> Order Allow,Deny
> Allow from env=local_ref
> </FilesMatch>


Thanks Brucie.
What's the difference between that &:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://wipkip.us/.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

I had this hotlink protection setup on my site using cPanel & someone from AOL couldn't see any
images. Was that just an AOL thing or was their history blocked?

--
Duende


 
Reply With Quote
 
brucie
Guest
Posts: n/a
 
      07-19-2003
In post <v42Sa.125$ >
Wipkip said...

>> SetEnvIfNoCase Referer "^http://loser.brucies.com/" local_ref=1
>> <FilesMatch "\.(gif|jpg|png)">
>> Order Allow,Deny
>> Allow from env=local_ref
>> </FilesMatch>


> What's the difference between that &:


not much, just a different way to do it.

> RewriteEngine on
> RewriteCond %{HTTP_REFERER} !^http://wipkip.us/.*$ [NC]
> RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]


have a look at this for a comprehensive method:
http://groups.google.com/groups?selm...SPAM-2host.com

> I had this hotlink protection setup on my site using cPanel & someone from AOL couldn't see any
> images. Was that just an AOL thing or was their history blocked?


you would need to find out if it is AOL in the first place or just the
visitors setup. if it was AOL you would need to discover what, if
anything AOL users return as the referer. i would say its the
individuals settings rather than AOL not sending or sending a dodgy
referer.

--
brucie a. blackford. 19/July/2003 12:36:42 pm kilo.
http://loser.brucies.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to put page specific script in a page that inherits from a master page? Eric ASP .Net 0 04-24-2006 11:54 PM
Page not found error when navigating from the child page back to the parent page Samy Java 0 02-04-2006 01:29 AM
Page load of the parent page called twice when a modal dialog is opened from a button click of the user control on the parent page Samy ASP .Net 2 08-15-2005 03:30 PM
RE: Web page is not available - "The Web page you requested is not available offline. To view this page, click Connect" =?Utf-8?B?VHJldm9yIEJlbmVkaWN0IFI=?= ASP .Net 0 06-07-2004 07:11 AM
Re: Web page is not available - "The Web page you requested is not available offline. To view this page, click Connect" Natty Gur ASP .Net 0 06-06-2004 05:46 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57