Problem excluding repeated strings in URL
« on: May 28, 2015, 04:34:18 PM »
Hi,
i have a problem with the crawler.
I need to exclude urls with the string 'equipments/equipments/' , but not 'equipments/ .

ie :
    (correct)
    [ External links are visible to forum administrators only ]

    (incorrect, so, must be excluded)
    [ External links are visible to forum administrators only ]

But if i add the line

    'equipments/equipments/'

in the 'Exclude URLs' text field, it's excluding the correct ones.

How can i solve it?

Thank you.
Re: Problem excluding repeated strings in URL
« Reply #1 on: May 29, 2015, 07:10:01 AM »
Hello,

equipments/equipments/ should be working as expected. Please PM me your generator URL/login to check this.
Re: Problem excluding repeated strings in URL
« Reply #2 on: May 29, 2015, 05:13:48 PM »
I've solved the problem modifying the php code of my site,
but, thank you.