<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^.*detail/(.*)/$ eventsn/index\.php?cat=$1&%{QUERY_STRING} [L]
RewriteRule ^(\d+)-.*.php$ eventsn/index\.php?id=$1&%{QUERY_STRING} [L]
RewriteRule ^.*(article[a-z]+map\.xml)$  docs/$1 [L]
RewriteRule ^.*(sitemap\.xml)$  docs/$1 [L]

RewriteBase /
</IfModule>