| > I tried to follow or trial & error for other syntax,
it
> still does NOT work, can anyone help me to solve it ?
Err, are you actually trying to use the "file size limit"
filters?
> +appledaily.atnext.com/template/apple/*.html*[ 1]
You mean *[>1] or *[<1] at the end?!
*[ 1] has no meaning, and I'm wondering what it will do.
And escape this one (the space will cause the parameter to
be splitted!)
> e.g. 2
> +'appledaily.atnext.com/template/apple/*.html*[ 1]'
Try using "real" quotes ("") AND quote the whole parameter!
Example:
"+appledaily.atnext.com/template/apple/*.html*[<1]"
| |