So i just installed the plugin and tried to config it.


Replace the string in .htaccess file:
Code:
Only registered members can view the code.
with
Code:
Only registered members can view the code.
I dont have any line saying RewriteCond %{REQUEST_URI} !(\.html)$ [NC] but i do have RewriteCond %{REQUEST_URI} !(\.php|\.html|\.xml|\.txt|[\/])$ [NC]

When i go to mydomain.com/sitemap.xml i get:
Fatal error: Cannot redeclare loadUTF8functions() (previously declared in /home/XXX/public_html/plugins/sitemap/sitemap.php:38) in /home/XXX/public_html/includes/control.inc.php on line 110

How can i fix this ?