if your site is PHP based, make sure any .php files have permissions set to 0664 and directories set to 0755
Any use of mod_rewrite in .htaccess should have
RewriteBase /
before any use of RewriteRule. Adjust / for the directory where the script runs, ie, if it is in /foo, replace / with /foo/