Forum Moderators: phranque
and then:
Customlog logs/access.log combined env=!dontlog
It does not work.
I guess I am specifying the general path incorrectly.
Thankful for any advise, or any links to documentation of path specifications.
/Regards Johannes
Welcome to WebmasterWorld!
(regardless of path)
Your regular-expressions pattern is path-specific, because it is start-anchored with a "^". So it applies only to the single file "thumbnails.jpg" in your Web root directory. Remove the start anchor to make it match any requested URI ending in "thumbnails.jpg".
SetEnvIf Request_URI [b]"/t[/b]humbnails\.jpg$" dontlog