Add the below given code in your .htaccess file
RedirectMatch 301 ^/category/(.+)$ http://www.askapache.com/$1 #
OR
RewriteRule ^category/(.+)$ http://www.askapache.com/$1 [R=301,L]
Add the below given code in your .htaccess file
RedirectMatch 301 ^/category/(.+)$ http://www.askapache.com/$1 #
OR
RewriteRule ^category/(.+)$ http://www.askapache.com/$1 [R=301,L]