View Single Post
  #1  
Old 5th July 2009, 13:24
biggyb biggyb is offline
Senior Member
 
Join Date: May 2009
Uruguay
Posts: 17
Default Apache Config help
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>
How would I go about doing this? So far I make a blank .txt file, fill it with this information, change the directory to what I think is correct (It is on a webserver, not locally) and then put it in the config folder. Is this correct? Could someone clarify?

Also how do I get the correct server directory?

I do all this and when seeding still get a tracker 403 error so something must be wrong.

Please help.
Reply With Quote