chmod'ing the file to 700 will negate the purpose of creating the .htaccess file in the first place. Unless the .htaccess file is owned by the username that apache runs as (generally noboby or apache) apache will try to read it, fail, and default to fail-open mode. 744 would be more appropriate so the directory's owner can edit it and make changes to it while still allowing apache to read it.