Hello,
How can i make php.net style look ups? As you know, when we try to go to "www.php.net/blahblah", (blahblah stands for a non-existing documents) it automatically searches for string "blahblah" and display the search results, or if it is a function it redirects visitor to manual page.
I set my custom 404 error document in apache, to split the HTTP_REFERER variable and determine the directory or file, requested by user which is not there at the moment. But it seems that, HTTP_REFERER variable cannot be set in error document redirects.
Any input is welcome,
Gokcen