Solution:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^alias$ category/post [R=301,L] </IfModule>