samdark/sitemap

Validation does not work with Cyrillic URL

lnked opened this issue · 2 comments

lnked commented

filter_var($location, FILTER_VALIDATE_URL)

Validation is correct. Cyrillic URLs should be encoded with urlencode() prior to be added to sitemap.

lnked commented

Thanks!