ErrorLog directive

Description: Location of general errors file
Syntax: ErrorLog file-path
Default: ErrorLog installdir\rewrite.log
Context: server config

 

This directive sets the name of the logfile where ISAPI_Rewrite will log general errors ans messages. Such as httpd.conf file load, .htaccess file load, etc.

ErrorLog "C:\local\path\error.log"