Click to See Complete Forum and Search --> : Error?


super4nova
12-26-2006, 07:41 AM
Well, how do I make it so, lets say I use FTP for my site and create a new folder within the site database. I name it cstrike and but a whole bunch of files in. I wan't it so people can access that folder but none of the other folders. lets say they are downloading off of a server that redirects this folder to their server so they can download it. EX: www.perfectiongaming.net/cstrike. I don't think I want any links, just for people to access the folder(s)


Sorry if this is the wrong forum but any ideas?

super4nova
12-26-2006, 07:43 AM
And the error says:

Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404
www.perfectiongaming.net
Tue Dec 26 08:39:22 2006

russell
12-26-2006, 09:55 AM
add this to your httpd.conf file

<Directory /usr/your/directory/here>
Options Indexes
</Directory>