Thread: Config help
View Single Post
  #1  
Old 31st May 2011, 20:30
Napster06's Avatar
Napster06 Napster06 is offline
Member
 
Join Date: May 2011
United Kingdom
Posts: 8
Default Config help
As a first time user of the TSSE source code could someone give step by step directions on how to do this and where do i place please.

Quote:
IMPORTANT: Do not forget to protect your ./CONFIG folder by using apache config.
Example httpd.conf

<Directory "C:/wamp/www/yourtrackerfolder">
Options -Indexes +FollowSymlinks +MultiViews -SymLinksIfOwnerMatch
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
Reply With Quote