Regex for file not work

Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
Post Reply
tamainut
Junior Member
Posts: 10
Joined: 09 Jan 2013, 18:09

Regex for file not work

Post by tamainut »

Hi.

I'm desesperate.

I need exclude file from cxs but try several ways form and not work.

I like not alert for

Code: Select all

 /tmp/RokCommonXXXXXXXXXXServiceContainer.php
XXXX is ramdon characters

I put on /etc/cxs/cxs.ignore

Code: Select all

pfile:\/tmp\/RokCommon*
pfile:/tmp/RokCommon*
Whtat it's wrong?
Sergio
Junior Member
Posts: 1687
Joined: 12 Dec 2006, 14:56

Re: Regex for file not work

Post by Sergio »

please try:
pfile:\/tmp\/RokCommon.*
Post Reply