View file comm/.htaccess

File size: 211B
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^download/c([0-9]*)/f([0-9]*)/(.*) index.php?act=files&id=$1&file=$2&download [L,QSA]
RewriteRule ^([0-9]*)/ index.php?act=comm&id=$1 [L,QSA]
</IfModule>