| Posted: 07 October 2008 at 8:03am | IP Logged
|
|
|
Maybe I should rephrase it... Does the ISAPI Rewrite filter read the .htaccess file (or whatever the specified config file is) on every request? Or does the filter set up CIFS change notifications on directories as requests come in? What I believe I'm seeing is the latter...
When a request comes in to /dir1 I see a change notification get created on the file server for that directory, presumably so the filter will be notified if any changes occur to the .htaccess file. Same thing happens when a request comes in to /dir2. etc. I'm wondering if there is a way to alter this behavior.
|