how to deny access on sub directories of rapidleech

Status
Not open for further replies.

barrix

Active Member
979
2011
158
0
how to not let visitor access on sub directory myfiles page of rapidleech

I just finished installing rapidleech in my vps.

But when I do http://myip/files and other directories. They can be reached.
kmG9y.png


How to give deny page or page denied when user or visitor try to access the page.

Thank you.
 
Last edited:
5 comments
create a .htaccess and instert
Code:
Options -Indexes

so now it's not allowed to list your files within the directory you put your .htaccess
(every sub-folder gets this option, too)
 
if your .htaccess isn't working you have to edit your httpd.conf (of apache2)
there you should allow "AllowOverride" set it from "None" to "All" or "options".
then restart your apache.

there you can even set -indexs for every folder your apache will run.
 
Status
Not open for further replies.
Back
Top