![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: 'HTTP_REFERER'
From: Bert Melis <bert.melis@offsite_remove_this_.be>
Date: Wed Oct 12 2005 - 17:28:35 CEST
If you put the absolute path into your htaccess
ErrorDocument 404 http://www.domain.tld/errors/404.php
the address in the address-bar of your browser changes to the
ErrorDocument 404 /errors/404.php
the address will not change, and you can fetch the wrong url by
Philip Ronan wrote:
|