Forum Moderators: DixonJones
I've looked in the documentation, but cant seem to find anything on how to append to this.
Any help in this matter would be appreciated.
have you tried adding this? :
<Object ppath="*~*.css*">
AddLog fn="flex-log" name="access"
</Object>
<Object ppath="*~*.jpg*">
AddLog fn="flex-log" name="access"
</Object>
<Object ppath="*~*.jpeg*">
AddLog fn="flex-log" name="access"
</Object>
<Object ppath="*~*.css*">
AddLog fn="flex-log" name="access"
</Object>
with more file-types you'll get some overhead, but maybe this is straighforward and working ;).