Quote Originally Posted by emptyspace
ermm now I know how... put an empty index.html in current directory... if your try to open
Code:
.../downloadz/
you will see nothing... ;)
or an instant redirect page... like so:

http://charreddirt.bizhat.com/manual/weapmov/

this folder has most of my spacial content (as in the most space, 56 movies at a grand total of just about 20 MB) but rather than giving them access to the folder ie index of thereof, I make them open an index.html that has the following code:

Code:
<html> 
<head>
<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=../index.htm">
</head> 
<BODY> 
</body>
</html>
so basically I send them back to the main manual page.

or you can give them this an index page to a folder you don't want them seeing:

http://charreddirt.bizhat.com/miscel...ROR/ERROR.html

my friends find this one particularly funny. :lol: