I am looking to create an Exclusion REX that will exclude a certain folder that has a certain word anywhere in the URL.
Example:
/help/abc_image.htm
/help/defg_image_hi.htm
/help/jklmn.htm#opqrs_image.htm
I want to exclude anything in the help folder with the word image in the URL. Image will always be after the help folder and it will always be in the name of the page that will end in htm if that helps.
In addition to this I need to exclude another word, in the same folder, that has a space in it (another%20image) in this example) like this:
/help/index.htm#abc%20another%20image.htm
I have this in the Exclusion REX which does not work:
>>/help/.*_image.*.htm
Thanks!
Example:
/help/abc_image.htm
/help/defg_image_hi.htm
/help/jklmn.htm#opqrs_image.htm
I want to exclude anything in the help folder with the word image in the URL. Image will always be after the help folder and it will always be in the name of the page that will end in htm if that helps.
In addition to this I need to exclude another word, in the same folder, that has a space in it (another%20image) in this example) like this:
/help/index.htm#abc%20another%20image.htm
I have this in the Exclusion REX which does not work:
>>/help/.*_image.*.htm
Thanks!