I'm trying to set up a simple redirect for errors and log them to a custom
file. I'm doing this for work on remote servers where I may not have
access to their error.log.
Anyway, the code I've written does not seem to be working. Errors are
still being logged to the Apache logs, and I'm having a difficult time
figuring out why.
Here's the code I'm using:
ini_set('error_log',"errorlog.txt");
I've checked file permissions, and everything is set to 777, so that
shouldn't be an issue. I've also tried entering the entire path with the
filename, but that didn't work either.
--
Randy Jackson
http://fourcolorexplosion.com