# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
#END WordPress
Is the defualt that WordPress does. It creates a .htaccess file and places the following in it.
Also, what exactly are you trying to fix on your site right now? It looks fine…