ok, so i removed that ugly index.php getting in the way, but wait... i have posts all around the net pointing to urls with it in... OH NO... how do I perm redirect incoming links to redirect to the NON index.php version url?
RewriteRule /blog/wp-(.*) /blog/wp-$1 [I,L]
RewriteRule /blog/(.*)$ /blog/index.php/$1 [I,L]
??????????