<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^.*/[^-]+-(\d+)/.*.shtml$ cyr2latn/index\.php?id=$1&%{QUERY_STRING} [L]
RewriteRule ^.*([a-z]+goodssearch\.xml)$  xmlmap/$1 [L]
RewriteRule ^.*(sitemap\.xml)$  xmlmap/$1 [L]

RewriteRule ^.*/[^-]+-(\d+)/.*.shtml$ cyr2latn/index\.php?id=$1&%{QUERY_STRING} [L]
RewriteRule ^.*([a-z]+goodssearch\.xml)$  xmlmap/$1 [L]
RewriteRule ^.*(sitemap\.xml)$  xmlmap/$1 [L]

RewriteBase /
</IfModule>