MyBB Community Forums

Full Version: back view the first index.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
use this code to redirect to view the first index that tries to access a directory directly.

<?phpheader('location:/index.php');
die();

save with format : index.php
and place it in any directory you want.


like this. :

Wink