File size: 901B
Options -MultiViews +FollowSymlinks -Indexes
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^categorylist/([0-9]+)/([0-9a-z]+)/([0-9]+)/(.*)\.html$ /index.php?pid=$1&sort=$2&page=$3 [L]
RewriteRule ^categorylist/([0-9]+)/(.*)\.html$ /index.php?pid=$1 [L]
RewriteRule ^download/([0-9]+)/(.*)\.html$ /file.php?fid=$1 [L]
RewriteRule ^file/download/([0-9]+)\.html$ /download.php?fid=$1 [L]
RewriteRule ^latest_updates/([0-9]+)\.html$ /updates.php?page=$1 [L]
RewriteRule ^newitems/([0-9]+)\.html$ /latest.php?page=$1 [L]
RewriteRule ^top/([0-3])\.html$ /top.php?act=$1 [L]
RewriteRule ^files/search\.html$ /search.php [L]
<IfModule mod_env.c>
SetEnv SEO_SUPPORT 1
</IfModule>
</IfModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
</IfModule>