CHMOD 771 if owner is you:you.
CHMOD 711 if owner is you:group
If you upload through WordPress, though, you'll probably need to keep it at 777.
In this case, add that directory to your robots.txt exclude and put up a dummy index page:
<?php
header("location: /");
?>
|