Hello,
try this solution :
in .htaccess find :
RewriteRule ^([a-zA-Z\_\-]+/[a-zA-Z\_\-]*?)/?$ category.php?slug=$1&page=1 [NC,L]
& replace it with :
#RewriteRule ^([a-zA-Z\_\-]+/[a-zA-Z\_\-]*?)/?$ category.php?slug=$1&page=1 [NC,L]
RewriteRule ^([a-zA-Z\_\-]+/([a-zA-Z\_\-]*)?)/?$ category.php?slug=$1&page=1 [NC,L]
Best regards