Rewrite rule with htaccess

Yes, something like:-

RewriteRule ^blog/(.*)$ /blog/?t=$1 [NC,L]

or you could limit what the value is if needed.