How can I create a smarter .htaccess file that will add a directory?

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) /directory/$1 [R=301,L]

http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewriterule look at “backreferencing”