ok so I got a .htaccess file and here is the contents
Code:
<Directory "/home/torrents/public_html">
Options -Indexes +FollowSymlinks +MultiViews -SymLinksIfOwnerMatch
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
Where do I put it? Just in the config folder?