Code:
301 Redirect Entire Directory ^
RedirectMatch 301 /blog(.*) http://www.askapache.com/$1
try out in that sub domain's .htaccess
Code:
RedirectMatch 301 /all-post(.*) http://domain.com/category/$1
http://www.askapache.com/htaccess/htaccess.html if the above won't work read the code posts here.