use this code to redirect to view the first index that tries to access a directory directly.
save with format : index.php
and place it in any directory you want.
like this. :
Code:
<?phpheader('location:/index.php');
die();save with format : index.php
and place it in any directory you want.
like this. :