View Single Post
Old 12-18-2005, 06:18 PM  
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
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
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote