how to deny access on sub directories of rapidleech

sbm

New Member
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 by barrix; 21st Dec 2012 at 10:56 PM. simpy put an empty index.html file on it
or set a rule on your .htaccess file to disallow any visitors on that folder @masterbator. can you write the code for .htaccess.

Thank you create a .htaccess and instert
Code: Options -Indexesso now it's not allowed to list your files within the directory you put your .htaccess
(every sub-folder gets this option, too)
0SvLo.png

Like that

After saving .htaccess.

I can still access the page. http://myip/files 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.
 
Top