DirectoryIndex index.htm index.cgi index.html index.html.var
<IfModule mod_rewrite.c>
	Options +FollowSymLinks
	RewriteEngine On
	RewriteRule ^(mc)\/([A-Za-z0-9]{0,64})$ /cgi-bin/_core.cgi?id=$2
	Options +Indexes
</IfModule>
