That's interesting. When I go to
http://mysite.com/sitemap.xml I get the "?ItemID=101" appended to the end of URLs for EasyBlog posts in the sitemap. When I go to
http://mysite.com/index.php?option=com_xmap&view=xml&tmpl=component&id=1 I do NOT get the "?ItemID=101" appended.
The htaccess rewrite rule for the sitemap is
RewriteCond %{REQUEST_URI} ^/sitemap.xml
RewriteRule .* /index.php?option=com_xmap&view=xml&id=1
There is no text with "itemid" or "101" elsewhere in my htaccess. I wonder what's causing this?
I do note, however, that previous users have had a similar issue with the xmap plugin for EasyBlog, and a previous forum post indicates this would be fixed in subsequent releases of the plugin (
see here, also
see here for a more recent user with same problem). (In my site, it is plugin ID 10127, does that ID 101xx figure into this?) See screenshot of config for plugin and for xmap attached.