PHP Warning: preg_match(): Unknown modifier '$'
« on: July 02, 2014, 12:49:20 PM »
Hi,

The sitemap generator finds broken links in the form [ External links are visible to forum administrators only ]
and write them to the sitemap_online.xml.

Is it the correct behaviour to list broken links in the sitemap ?

How can I prevent it to do that ?
I tried to add some regexp in  <option name="xs_extlinks_excl">^\/.*#$</option>

But then I have the above warning when executing the generator...

thanks for any advice.