Try putting a \ in front of your space to escape it.
RewriteRule ^article/with\ spaces.html$ /article/without_spaces.html [R=301,L]
Try putting a \ in front of your space to escape it.
RewriteRule ^article/with\ spaces.html$ /article/without_spaces.html [R=301,L]