Hi all,
I want a script to take care of non-existent directory names on a server, instead of getting a 404. Example:
say some requests:
www.domain.com/directory
and the directory 'directory' doesn't exists, a script should be called and some variable (containing directory) should be passed to it.
I vaguely remeber that there was / is a php function for this behaviour, but I'm not sure.
Is there a php function for this, of should I tweak apache?
I'm using php 4.3.x on apache 1.3 (RH linux 7.2)
TIA!
Dirk