• Welcome to Sitemap Generator Forum.
 

Problem excluding repeated strings in URL

Started by miahs, May 28, 2015, 04:34:18 PM

Previous topic - Next topic

miahs

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.

XML-Sitemaps Support

Hello,

equipments/equipments/ should be working as expected. Please PM me your generator URL/login to check this.

miahs

I've solved the problem modifying the php code of my site,
but, thank you.