For the $in array, I added
Code
$prefix . 'index.php\?module=sesitemap"|',
and for the $out array, I added
Code
'"sesitemap.'.$extension.'"',
Then I added the following to the .htaccess file in the root
Code
RewriteRule ^sesitemap\.p?html?$ index.php?module=sesitemap [L,NC,NS]
I've tried this with other modules that don't work out of the box and it worked for them. But not for sesitemap (I get a 404 not found error). http://americaneagle…dule-sesitemap.html
I'm running Zikula 1.2, and sesitemap is part of the "webservices" project at the Cozi.

