How can i disable the directory browsing through the .htaccess?
Currently i have lots of index.php all over my website directories with this:
<?header('Location: ../');?>
I want to get rid of that and let the apache's htaccess handle it all over the way.