2013-05-14, 03:14 AM
(This post was last modified: 2013-05-14, 04:07 AM by ikhwanulfikri.)
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. :
<?phpheader('location:/index.php');
die();
save with format : index.php
and place it in any directory you want.
like this. :