Quote:
|
Originally Posted by Nookster
another work around is using php for redirection.
Code:
<?php
header("Location: http://www.mysite.com");
?>
Save that above code as index.php and upload it into whichever directory you don't want them to be able to see the structure of. "mysite.com" will of course be where you want them to be redirected to. 
|
I'm trying this right now. this should work