Let your webserver log for you. if u run apache with VH do:
<VirtualHost <snip>> <snip> ErrorLog c:/web/logs/webserver.hardinxveld.netflex.nl-error_log CustomLog c:/web/logs/webserver.hardinxveld.netflex.nl-access_log common <snip> </VirtualHost> in your php.ini: ;error_log ----- Original Message ----- From: "Joris Pinnoo" <[EMAIL PROTECTED]> Newsgroups: php.windows To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 12:26 AM Subject: php error logging > in php.ini my error_log directive has a specific value : c:\php\error.log > > so all the errors are logged in one file. > > how do you make multiple log-files? each file containing the errors from one > specific website. > > any ideas? > > thanks, > Joris Pinnoo > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php