Re: 'HTTP_REFERER'
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: 'HTTP_REFERER'

From: Kai Birger Nielsen <bnielsen@daimi.au.dk>
Date: Thu Oct 13 2005 - 09:26:19 CEST

In <1129163717.987264.113260@g43g2000cwa.googlegroups.com> "juglesh" <jugleshjunk@hotmail.com> writes:

>cool

>> I just read through your script. Why are you getting people to submit the
>> same url that they came from? or did I misunderstand your script?

>I'm showing them what they typed in, so they can make a change and then
>go.

A minor addition:
  You need to use an absolute path for images in
  your 404 document because relative paths are interpreted relative
  to the bad url rather than to the path of the 404 document.

Example:
  www.246.dk/somepagethatisnotthere.html
    displayed a nice 404 document with images intact
  www.246.dk/blah/blah/blah/blah/
    displayed the 404 document but with "broken image" icons

(And I changed it to use absolute path so both examples should
 look fine now :-)

Of course another solution is to just avoid images at all.

Kind regards
-- Birger Nielsen (bnielsen@daimi.au.dk)
Received on Tue Oct 18 02:41:02 2005